Rozważ następujący fragment:
.parent {
display: flex;
flex-direction: column;
width: 400px;
border: 1px solid red;
align-items: center;
}
.child {
border: 1px solid blue;
}
<div class="parent">
<div class="child">
Lorem Ipsum is simply dummy text of the printing and typesetting industry
</div>
<div class="child">
Lorem Ipsum is simply dummy text of the printing and typesetting industry
</div>
</div>
W przeglądarce Chrome tekst jest zawijany zgodnie z oczekiwaniami:
Ale w IE11 tekst się nie zawija :
Czy to znany błąd w IE? (jeśli tak, wskaźnik zostanie doceniony)
Czy istnieje znane obejście?
To podobne pytanie nie ma jednoznacznej odpowiedzi i oficjalnej wskazówki.
align-items: center
elementu nadrzędnego. Wydaje się, że to jest przyczyną tego