mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-23 23:30:54 +00:00
Fix weird height issue for filter tag
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user