From 00b84d31f5266cb27cc63102c4e823d732a891b3 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 25 Sep 2018 16:28:08 +0300 Subject: [PATCH] Fix whitespace in previews --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index 1263c835..78d2a3c4 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1425,6 +1425,7 @@ background on hover (unless active) */ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); display: inline-flex !important; align-items: flex-start; + white-space: normal; } /* This applies to images of preview-type-image and thumbnails of preview-type-link */