Modal Icon aligning

Is the icon supposed to be aligned this way? I am on version 3.2.16
No description
15 Replies
toeknee
toeknee5mo ago
@Zep Fietje could I ask for your feedback on this?
Zep Fietje
Zep Fietje5mo ago
Probably want it to be centered in this specific case? Feel free to create an issue or PR 🙂
Thijmen
Thijmen5mo ago
Not sure what would be the best way in css to align it. So making a issue for now
Thijmen
Thijmen5mo ago
GitHub
Modal icon aligning · Issue #11287 · filamentphp/filament
Package filament/filament Package Version v3.2.25 Laravel Version v10.43.0 Livewire Version v3.4.4 PHP Version v8.1.27 Problem description The icon inside of a modal is not aligning centered vertic...
David | Fortune Validator
Same issue here. Seems to be on the blade modal components.
Zep Fietje
Zep Fietje5mo ago
thanks just to confirm, this has been an issue since forever, right?
Thijmen
Thijmen5mo ago
Forever idk. Probably a while tho
Zep Fietje
Zep Fietje5mo ago
Forever as in since v3
Thijmen
Thijmen5mo ago
Yeah probably since they are introduced
Thijmen
Thijmen5mo ago
@Zep Fietje is it right that the content will be moved to the right if you have a icon?
No description
Zep Fietje
Zep Fietje5mo ago
yup, intended if you dont want that, make the header sticky / use a slide-over
Thijmen
Thijmen5mo ago
Doesnt seem to do anything
Thijmen
Thijmen5mo ago
No description
Thijmen
Thijmen5mo ago
^this is slideover
Zep Fietje
Zep Fietje5mo ago
$action
->slideOver()
->stickyHeader()
$action
->slideOver()
->stickyHeader()