Quantcast
Channel: Krzysztof Żuraw blog's RSS Feed
Viewing all articles
Browse latest Browse all 205

TIL - IE11 text overflow in flex container

$
0
0

Imagine that you have flex container. It have max-width of 300px. Inside this container there is a wall of text. In all browsers except ie11 everything works fine:

content

In ie11 content overflows (example from mdn):

ie11

How this can be fixed? By adding width: 100% to children of flex element.

Codepen:


Viewing all articles
Browse latest Browse all 205

Trending Articles