Нужно что бы было вот так.
А у меня вот так вот)
<div class="message_content-bar">
<div class="message-wrapper">
<a class="message-to-you">ogfjgfhgfhgfhhf</a>
<a class="message-to-you">fdhgfhh</a>
<a class="message-to-you">gfgfhhgfh</a>
<a class="message-to-your">fddhlghp</a>
<a class="message-to-your">fddhhp</a>
<a class="message-to-you">gfgfhhgfh</a>
<a class="message-to-your">ogfjgfhgfhgfhhf</a>
</div>
</div>
.message_content-bar{
height: 100%;
overflow: auto;
user-select: text;
padding: 0 10px;
}
.message-wrapper{
display: flex;
flex-direction: column;
width: 100%;
}
.message-to-you{
width: fit-content;
padding: 7px;
border-radius: 9px;
background-color: #C4C4C4;
margin-top: 10px;
}
.message-to-your{
width: fit-content;
padding: 7px;
border-radius: 9px;
background-color: #C4C4C4;
margin-top: 10px;
}