M
M
Maxim2016-08-25 17:41:09
css
Maxim, 2016-08-25 17:41:09

Can this be done on flexbox?

Is it possible to implement with flex so that the height of these boxes is full height and the height of the INSIDE elements is the same? I know how to do it in jquery, but maybe there is another option? More clearly in the picture:
b29e7-bez-nameni-1-67kb.jpg?nocache=1

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
iBird Rose, 2016-08-25
@iiiBird

outer flex and inner records set to text-overflow: ellipsis;

F
Fedor Ananin, 2016-08-26
@sarathorn

align-items: stretch; on the container, so your cards will be the same height.
You can also hang something like min-height: 2em on those elements that can be of different heights;
So they will occupy the height they need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question