Skip to content

Commit

Permalink
Merge pull request #88 from lara-zeus/fix-timeline-styles
Browse files Browse the repository at this point in the history
fix timeline styles
  • Loading branch information
atmonshi authored Feb 6, 2024
2 parents 1edaf91 + 0bc8cab commit de1d2b8
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 de1d2b8

Please sign in to comment.