From 85611ec379121ef42b854ef96c0c581f07723866 Mon Sep 17 00:00:00 2001 From: BrokenEagle Date: Sat, 21 Mar 2020 06:39:23 +0000 Subject: [PATCH] Fix relationship preview alt text overflowing --- app/javascript/src/styles/specific/posts.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/javascript/src/styles/specific/posts.scss b/app/javascript/src/styles/specific/posts.scss index 42a1f929e..ccf721be7 100644 --- a/app/javascript/src/styles/specific/posts.scss +++ b/app/javascript/src/styles/specific/posts.scss @@ -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; + } } }