mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:26:04 +08:00
174d392e5a
Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn` It's recommended to configure your editor to run prettier on file save.
18 lines
298 B
SCSS
18 lines
298 B
SCSS
.select-kit {
|
|
&.dropdown-select-box {
|
|
&.notifications-button {
|
|
.select-kit-body {
|
|
min-width: 550px;
|
|
max-width: 550px;
|
|
}
|
|
|
|
.select-kit-row {
|
|
.icons {
|
|
-ms-flex-item-align: start;
|
|
align-self: flex-start;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|