added min width to the server select groups to avoid a disappearing effect on shrink
This commit is contained in:
parent
e4b18688ac
commit
5844310d6e
1 changed files with 1 additions and 0 deletions
|
@ -258,6 +258,7 @@ modal-body {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 175px;
|
width: 175px;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
min-width: 125px;
|
||||||
|
|
||||||
.entries {
|
.entries {
|
||||||
display: table;
|
display: table;
|
||||||
|
|
Loading…
Add table
Reference in a new issue