mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
c48761c628
Definitely remove legacy naming.
13 lines
202 B
SCSS
13 lines
202 B
SCSS
.select-kit {
|
|
&.categories-admin-dropdown {
|
|
.select-kit-body {
|
|
min-width: auto;
|
|
width: 250px;
|
|
}
|
|
|
|
.select-kit-header .d-icon {
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
}
|