Merge pull request #4350 from BrokenEagle/fix-relationship-previews
Fix relationship preview alt text overflowing
This commit is contained in:
@@ -171,6 +171,11 @@ body[data-current-user-can-approve-posts="true"] .post-preview {
|
|||||||
border: none;
|
border: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 5px 5px 10px;
|
padding: 5px 5px 10px;
|
||||||
|
max-width: 154px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user