FIX: centre category-dropdown-menu text
This commit is contained in:
parent
3521fb97e4
commit
8762e6aa34
|
@ -259,7 +259,7 @@ ol.category-breadcrumb {
|
|||
}
|
||||
}
|
||||
|
||||
.category-dropdown-menu {
|
||||
.list-controls .category-dropdown-menu {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
position: absolute;
|
||||
|
|
|
@ -261,7 +261,7 @@
|
|||
.category-dropdown-menu {
|
||||
max-height: 350px;
|
||||
margin-top: 30px;
|
||||
min-width: 138px;
|
||||
min-width: 152px;
|
||||
}
|
||||
|
||||
#bulk-select {
|
||||
|
|
Loading…
Reference in New Issue