-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Implement min-width, min-height equivalent attributes #1
Labels
Milestone
Comments
Also introducing max-width, max-height is reasonable to set a upper bound. |
evant
added a commit
to evant/flexbox-layout
that referenced
this issue
May 14, 2016
This allows you to specify a minimum size your view is allowed to shrink to. Fixes google#1
evant
added a commit
to evant/flexbox-layout
that referenced
this issue
May 15, 2016
This allows you to specify a minimum size your view is allowed to shrink to. Fixes google#1
evant
added a commit
to evant/flexbox-layout
that referenced
this issue
May 15, 2016
This allows you to specify a minimum size your view is allowed to shrink to. google#1
evant
added a commit
to evant/flexbox-layout
that referenced
this issue
May 15, 2016
This allows you to specify a minimum size your view is allowed to shrink to. google#1
evant
added a commit
to evant/flexbox-layout
that referenced
this issue
May 22, 2016
This allows you to specify a minimum size your view is allowed to shrink to. google#1
evant
added a commit
to evant/flexbox-layout
that referenced
this issue
May 22, 2016
This allows you to specify a minimum size your view is allowed to shrink to. google#1
evant
added a commit
to evant/flexbox-layout
that referenced
this issue
May 22, 2016
thagikura
pushed a commit
that referenced
this issue
May 31, 2016
This allows you to specify a minimum size your view is allowed to shrink to. #1
thagikura
pushed a commit
that referenced
this issue
May 31, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At this moment, each flex item can be shrank down to the size of 0 (invisible) if layout_flexShrink is set.
min-width, min-height equivalent attributes are useful to set a lower bound.
The text was updated successfully, but these errors were encountered: