Merge pull request #4350 from BrokenEagle/fix-relationship-previews

Fix relationship preview alt text overflowing
This commit is contained in:
evazion
2020-04-04 02:34:03 -05:00
committed by GitHub

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;
}
}
}