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
Whenever the modal header content is lengthy, the X close button is positioned a little lower and it looks a bit off compared to the expected top-right position. We might want to position the button better.
Hint: the positioning depends on the parent modal-header class using display: flex and align-items: center.
The text was updated successfully, but these errors were encountered:
Whenever the modal header content is lengthy, the
X
close button is positioned a little lower and it looks a bit off compared to the expected top-right position. We might want to position the button better.Hint: the positioning depends on the parent
modal-header
class usingdisplay: flex
andalign-items: center
.The text was updated successfully, but these errors were encountered: