Skip to content

Commit

Permalink
fix: Remove action row margin-top when sticking
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandemonica committed Dec 26, 2024
1 parent 65f9e5f commit 2a90e4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions resources/css/plugin.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
.fi-header .fi-header-heading {
@apply pb-2 text-xl overflow-ellipsis whitespace-nowrap overflow-hidden leading-none;
}

.fi-header > .flex {
@apply md:!mt-0;
}
}

.is-sticky.sticky-theme-default {
Expand Down
2 changes: 1 addition & 1 deletion resources/dist/filament-sticky-header.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a90e4f

Please sign in to comment.