Fix weird height issue for filter tag
This commit is contained in:
parent
360f0406b5
commit
1f537a50b2
|
|
@ -308,7 +308,13 @@
|
|||
transform: translate(0%, -25%);
|
||||
}
|
||||
|
||||
.filter-list .close:hover {background: #bbb;}
|
||||
.filter-list .close:hover {
|
||||
background: #bbb;
|
||||
}
|
||||
|
||||
.filter-list .form-control {
|
||||
width: initial;
|
||||
}
|
||||
|
||||
.filter-tag {
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Reference in New Issue