You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There currently is no declarative way to display content of a modal center aligned.
Workaround for header is icon header or ui centered header or ui center aligned header
Workaround for actions is to create an own theme modifying the @actionAlign variable
For the content itself there is no workaround than creating a css class manually (would also work for actions
This PR copies over the existing variant from header (which supports centered as well as center aligned already) and applies it to any direct sibling of the modal itself, so header or content or even actions can be displayed centered out of the box in the fomantic way
0 commit comments