W
W
webe2018-06-06 16:25:30
css
webe, 2018-06-06 16:25:30

How to shrink a column?

https://jsfiddle.net/4of1zgxt/2/
Please tell me how to make the middle column narrow in width 2 times faster than the rest?
I put:

flex-shrink: 3;
  flex-shrink: 6;
  flex-shrink: 3;

But for some reason, it generally narrows immediately to microscopic sizes.
UPD , although it seems to be done, you need to set flex-basis in specific pixels, for example 100px, when we reach 100px flex-shrink starts working, but what if I don’t want to set the minimum block width in pixels?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Philip Gaponenko, 2018-06-06
@webe

here , please.
UPDATE: https://jsfiddle.net/psr1919plus21/4of1zgxt/35/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question