2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 12:36:45 +00:00

Fix weird height issue for filter tag

This commit is contained in:
Oliver 2021-11-01 09:11:08 +11:00
parent 360f0406b5
commit 1f537a50b2

View File

@ -308,7 +308,13 @@
transform: translate(0%, -25%); transform: translate(0%, -25%);
} }
.filter-list .close:hover {background: #bbb;} .filter-list .close:hover {
background: #bbb;
}
.filter-list .form-control {
width: initial;
}
.filter-tag { .filter-tag {
display: inline-block; display: inline-block;