Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

El in column doesn't shrink wrap child when min height set (1.1.8 regression) #262

Open
shaydon opened this issue Oct 22, 2020 · 0 comments
Labels
has-ellie This is a bug and has an ellie which demonstrates it.

Comments

@shaydon
Copy link

shaydon commented Oct 22, 2020

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

  • OS: macOS
  • Browser: Chrome 86 / Firefox 77 / Safari 13
  • Elm Version: 0.19.1
  • Elm UI Version: 1.1.8
@github-actions github-actions bot added the has-ellie This is a bug and has an ellie which demonstrates it. label Oct 22, 2020
galdiuz added a commit to galdiuz/playlist-mixer that referenced this issue Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has-ellie This is a bug and has an ellie which demonstrates it.
Projects
None yet
Development

No branches or pull requests

1 participant