mirror of
https://github.com/discourse/discourse.git
synced 2025-02-14 07:14:55 +00:00
This commit also moves more logic in dropdown-select-box instead of duplicating it for notifications-options and pinned-options
7 lines
147 B
SCSS
7 lines
147 B
SCSS
.categories-admin-dropdown.categories-admin-dropdown.categories-admin-dropdown {
|
|
.select-box-body {
|
|
min-width: auto;
|
|
width: 250px;
|
|
}
|
|
}
|