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
If an element within a column has height shrink along with a minimum height, it will always take the minimum height regardless of the greater height of any child element.
Appears to be related to commit 42d0dae which marks the min-height in pixels !important in the css.
See also issue #260, another apparent regression seemingly caused by the same commit.
Expected behavior
As in 1.1.7 - the element within the column should expand to encompass the height of its child if this is greater than its own minimum height.
Versions
OS: macOS
Browser: Chrome 86 / Firefox 77 / Safari 13
Elm Version: 0.19.1
Elm UI Version: 1.1.8
The text was updated successfully, but these errors were encountered:
SSCCE
If an element within a column has
height shrink
along with a minimum height, it will always take the minimum height regardless of the greater height of any child element.Appears to be related to commit 42d0dae which marks the
min-height
in pixels!important
in the css.See also issue #260, another apparent regression seemingly caused by the same commit.
Expected behavior
As in 1.1.7 - the element within the column should expand to encompass the height of its child if this is greater than its own minimum height.
Versions
The text was updated successfully, but these errors were encountered: