added min width to the server select groups to avoid a disappearing effect on shrink

canary
WolverinDEV 2019-02-17 16:02:37 +01:00
parent e4b18688ac
commit 5844310d6e
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ modal-body {
position: relative;
width: 175px;
flex-grow: 0;
min-width: 125px;
.entries {
display: table;