Code:
.pmspace_container {
background: #fff;
border: 1px solid #ccc;
width: 100px;
display: inline-block;
}You need to remove `background: #fff;` and `border: 1px solid #ccc;` because they create a white square in the messages tab—unless I'm the only one seeing this.
Quote:
Code:
.trow1 a {
width: calc(100% - 100px);
display: inline-block;
}The error is shown in the screenshot below; the solution is to remove `display: inline-block;` from `.trow1 a`.
I am specifically referring to the "last post," which is displaying incorrectly.
Quote:
Owner Eldoria RolePlay: https://discord.gg/NkS7S6VKEd
![[Image: 36gIqKd.png]](https://i.imgur.com/36gIqKd.png)
![[Image: ogqP4tp.png]](https://i.imgur.com/ogqP4tp.png)