Fixed flexbox and wrap issues
This commit is contained in:
parent
329acc683a
commit
112e2abb9e
3 changed files with 9 additions and 5 deletions
|
@ -37,6 +37,8 @@
|
|||
display: inline-block;
|
||||
margin-left: 4px;
|
||||
margin-bottom: 2px;
|
||||
flex-shrink: 0;
|
||||
-webkit-flex-shrink: 0;
|
||||
|
||||
&.s16 { margin-right: 4px; }
|
||||
&.s24 { margin-right: 4px; }
|
||||
|
|
|
@ -125,7 +125,8 @@
|
|||
top: 100%;
|
||||
left: 0;
|
||||
z-index: 9;
|
||||
width: 240px;
|
||||
max-width: 280px;
|
||||
min-width: 240px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 0;
|
||||
font-size: 14px;
|
||||
|
|
|
@ -132,6 +132,11 @@
|
|||
display: flex;
|
||||
-webkit-flex-direction: column;
|
||||
flex-direction: column;
|
||||
|
||||
&> span {
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -141,10 +146,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.hint-dropdown {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.filter-dropdown-loading {
|
||||
padding: 8px 16px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue