From b8890e5758a077e123ea9e1d5f07e55ce94d9deb Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 6 Sep 2016 14:41:50 +0200 Subject: Set minimum width for popovers This fixes some weird small-width popovers on the thumbnail history when a thumbnail is being moved around. Signed-off-by: Florian Pritz --- public_html/data/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/data/css/style.css b/public_html/data/css/style.css index 18ff1ee4f..166a00c12 100644 --- a/public_html/data/css/style.css +++ b/public_html/data/css/style.css @@ -360,6 +360,7 @@ body { word-break: break-word; word-wrap: normal; max-width: 400px; + min-width: 250px } #upload_history .popover { -- cgit v1.2.3-24-g4f1b