Skip to content

Commit

Permalink
🐛 fix: remove timeline-content class
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissgon committed May 1, 2024
1 parent df17ea7 commit 447260a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chrissgon/perfectui",
"version": "0.10.0",
"version": "0.10.1",
"displayName": "Perfect UI",
"description": "An exceptionally lightweight and highly customizable CSS and JavaScript library for crafting elegant user interfaces.",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion src/scss/timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
border-top: 1px solid rgb(var(--borderSecondary));
}

.checkpoint-content {
.checkpoint > *:not(.checkpoint-icon) {
flex: 1;
padding: 0.5rem;
}
Expand Down

0 comments on commit 447260a

Please sign in to comment.