mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
13 lines
273 B
SCSS
13 lines
273 B
SCSS
|
.select-box-kit, .select-kit {
|
||
|
&.categories-admin-dropdown {
|
||
|
.select-box-kit-body, .select-kit-body {
|
||
|
min-width: auto;
|
||
|
width: 250px;
|
||
|
}
|
||
|
|
||
|
.select-box-kit-header .d-icon, .select-kit-header .d-icon {
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
}
|
||
|
}
|