Skip to content

Commit

Permalink
fix timeline styles
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Feb 6, 2024
1 parent 1edaf91 commit 0bc8cab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions resources/css/filament.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@
.bord {
border: solid 1px chocolate;
}

.compact-timeline .fi-timeline-item-heading {
@apply flex-col items-start md:space-y-0 md:space-x-0 gap-2 md:flex-col !important;
}
.compact-timeline .fi-timeline-section-content {
@apply p-0 !important;
}
.compact-timeline {
@apply ring-0 !important;
}

.field-type .choices__list--single {
@apply !w-full;
Expand Down
2 changes: 1 addition & 1 deletion resources/dist/filament-tail.css

Large diffs are not rendered by default.

Loading

0 comments on commit 0bc8cab

Please sign in to comment.