jhardy / sache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Height of Feature Cards

hatefulcrawdad opened this issue · comments

@jhardy We need to figure out how to handle the feature cards when content might be at different lengths. Last night I tried writing some JS that would match height across a container, but I couldn't get it working properly.

Maybe there is a better solution?

We should be able to do some css display: table; work or maybe flex-box. I think most our user base will be using a modern browser so flexbox might be the way to go. I would like to avoid a js solution.

Yeah, totally agree :)

On Tue, Jan 28, 2014 at 8:37 AM, Jared notifications@github.com wrote:

We should be able to do some css display: table; work or maybe flex-box. I
think most our user base will be using a modern browser so flexbox might be
the way to go. I would like to avoid a js solution.

Reply to this email directly or view it on GitHubhttps://github.com//issues/19#issuecomment-33496089
.

Seems like this is handled now.