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

Adding a minimum height option #117

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Adding a minimum height option #117

wants to merge 2 commits into from

Conversation

gelform
Copy link

@gelform gelform commented May 15, 2016

I have a bunch of elements I want to match in height, but I always want them to be at least a certain height. Now I can pass an option called minHeight and ensure they'll be at least that tall.

I have a bunch of elements I want to match in height, but I always want them to be at least a certain height. Now I can pass a min-height and ensure they'll be at least that tall.
Adding a minimum height option
@JurajMlich
Copy link

Use css min-height instead.

@gelform
Copy link
Author

gelform commented Aug 29, 2016

I didn't find that worked consistently, so wanted it included in the calculation.

@cvaraj
Copy link

cvaraj commented Nov 9, 2016

i too want min height option , is there any solution for this

@Matthias-Hermsdorf
Copy link

I have 3 Teasers with matchheight titles-wrappers. If there are Icons left of the title I vertical center the titles using flexbox. And a css min-height for the title-wrappers makes it nice for varing title length.

Except for the IE11. This ignores the css min-height in the flexbox height calculation. So it would be nice when the matchheight read the css min-height of the elements. In my case this is more reusable then an option on init.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants