From de007073bc11f906ef41aafbe485846c429e55ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 31 Oct 2017 13:58:37 +0100 Subject: [PATCH] Fixed small issues with sizing of polyfill container --- server/public/assets/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 976754f3..f0393525 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -1932,6 +1932,9 @@ nav ul li:hover, nav ul li.active { background: white; border-radius: 2px; padding: 12px 12px 0px 12px; + min-width: 300px; + display: flex; + justify-content: center; } .sp-picker-container {