Fixed: Custom Filter improvements

This commit is contained in:
Mark McDowall
2019-07-04 19:10:59 -07:00
committed by Qstick
parent 895abe8c3b
commit a3e312b368
6 changed files with 16 additions and 6 deletions

View File

@@ -37,6 +37,7 @@
.suggestionsList {
margin: 5px 0;
padding-left: 0;
max-height: 200px;
list-style-type: none;
}

View File

@@ -14,10 +14,11 @@
.internalInput {
flex: 1 1 0%;
margin-top: -6px;
margin-left: 3px;
min-width: 20%;
max-width: 100%;
width: 0%;
height: 21px;
height: 31px;
border: none;
}

View File

@@ -6,5 +6,6 @@
display: flex;
flex-wrap: wrap;
padding: 6px 16px;
height: 33px;
cursor: default;
}