From 5844310d6e1aa4a050003059b9d1755b5fdab4d2 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 17 Feb 2019 16:02:37 +0100 Subject: [PATCH] added min width to the server select groups to avoid a disappearing effect on shrink --- shared/css/static/modals.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/css/static/modals.scss b/shared/css/static/modals.scss index 4a228167..9e1e7087 100644 --- a/shared/css/static/modals.scss +++ b/shared/css/static/modals.scss @@ -258,6 +258,7 @@ modal-body { position: relative; width: 175px; flex-grow: 0; + min-width: 125px; .entries { display: table;