Witam, mam następujący kod:
.modal-container .content
{
margin: 0px;
height: 100%;
background-color: gray;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
flex-wrap: wrap;
flex-direction: column;
}
.modal-container .content img
{
width: 20px;
height: 20px;
}
<div class="divs">You have 20% of getting it back or you will lose  <img src="img/${active_relicts_img_arr[index]}" />x1</div><div class="divs"><button class="yes">Yes</button><button class="cancel">Cancel</button></div>
(Przepraszam, że takie ułożenie HTML, ale wyjęte z JS)
i w momencie, kiedy tekst przekroczy szerokość i musi się zawinąć, obrazek ucieka daleko od tekstu. Natomiast kiedy tekst nie musi się zawijać, normalnie obrazek jest obok tekstu. O co chodzi i w jaki sposób można to naprawić?
Tak to wygląda: