discourse/app/assets/stylesheets/common/components/categories-admin-dropdown.scss
Joffrey JAFFEUX e924920bec uses select-box for pinned-button
This commit also moves more logic in dropdown-select-box instead of
duplicating it for notifications-options and pinned-options
2017-09-11 19:14:22 +02:00

7 lines
147 B
SCSS

.categories-admin-dropdown.categories-admin-dropdown.categories-admin-dropdown {
.select-box-body {
min-width: auto;
width: 250px;
}
}