Fix relationship preview alt text overflowing

This commit is contained in:
BrokenEagle
2020-03-21 06:39:23 +00:00
parent d211264239
commit 85611ec379

View File

@@ -171,6 +171,11 @@ body[data-current-user-can-approve-posts="true"] .post-preview {
border: none;
margin: 0;
padding: 5px 5px 10px;
max-width: 154px;
img {
white-space: normal;
}
}
}