mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -261,7 +261,7 @@
|
|||||||
.category-dropdown-menu {
|
.category-dropdown-menu {
|
||||||
max-height: 350px;
|
max-height: 350px;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
min-width: 138px;
|
min-width: 152px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bulk-select {
|
#bulk-select {
|
||||||
|
Loading…
Reference in New Issue
Block a user