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
The _componentVerticalAlignment option doesn't work quite as I would expect. When setting a minimum height on the block, using center does not actually center the block's contents vertically.
Wondering if we need a new _blockVerticalAlignment option or if we could modify how _componentVerticalAlignment works?
I think the min height property needs to propagate down a few levels via min-height: inherit; on the block inner / component container elements for the vertical alignment to work with min heights
Subject of the issue
The
_componentVerticalAlignment
option doesn't work quite as I would expect. When setting a minimum height on the block, usingcenter
does not actually center the block's contents vertically.Wondering if we need a new
_blockVerticalAlignment
option or if we could modify how_componentVerticalAlignment
works?Your environment
Steps to reproduce
Expected behaviour
Text component should be centered vertically.
Actual behaviour
Text component is top-aligned.
![](https://user-images.githubusercontent.com/898168/224380621-968cc04f-6a18-444c-bfec-b8c99491539f.jpg)
The text was updated successfully, but these errors were encountered: