F
Filament3mo ago
morty

Can I align header actions with the heading and not the entire heading + subheading?

See screenshot. I don't want the button to be horizontally aligned with the entire heading + subheading. I just want it to be aligned with the top heading. I was hoping to be able to do this without too much customization? Thanks.
No description
2 Replies
morty
morty3mo ago
Just to clarify, I want it to look the same as if I wasn't using a subheading like in this screenshot:
No description
morty
morty3mo ago
I've modified my theme.css file with this. Will this affect anything else?
.fi-header {
@apply sm:!items-start;
}
.fi-header {
@apply sm:!items-start;
}