M
M
maralov2020-06-19 19:02:10
css
maralov, 2020-06-19 19:02:10

How to fix flex item width in IE 11?

Hello. Faced a problem in IE 10-11, the flex container is set to Flex with the column direction, the name of the card is set to the properties flex: 1 1 auto, but the text does not wrap and the width of this element goes beyond the parent,
tell me the solution.

https://codepen.io/maralov/pen/ZEQLqKE

the text in the .clients-block__name block for some reason does not want to be transferred to IE 10-11 =( help me decide

5eece15fbb396382369283.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Olga, 2020-06-21
@maralov

add for .clients-block__name { width: 100%; }, this will fix a bug in ie

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question