fix filter field taking up too much width
This commit is contained in:
parent
152a83f75f
commit
de14d6b54b
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ limitations under the License.
|
|||
display: block;
|
||||
flex: 1;
|
||||
box-sizing: border-box;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.LeftPanel ul {
|
||||
|
|
Reference in a new issue