added min width to the server select groups to avoid a disappearing effect on shrink
parent
e4b18688ac
commit
5844310d6e
|
@ -258,6 +258,7 @@ modal-body {
|
|||
position: relative;
|
||||
width: 175px;
|
||||
flex-grow: 0;
|
||||
min-width: 125px;
|
||||
|
||||
.entries {
|
||||
display: table;
|
||||
|
|
Loading…
Reference in New Issue