fix filter field taking up too much width

This commit is contained in:
Bruno Windels 2020-10-07 14:22:14 +02:00
parent 152a83f75f
commit de14d6b54b

View file

@ -27,6 +27,7 @@ limitations under the License.
display: block;
flex: 1;
box-sizing: border-box;
min-width: 0;
}
.LeftPanel ul {