mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
8dd3cbfcb9
* FEATURE: Allow choice of category when making a PM public Previously it would default to uncategorized, which was not ideal on some forums. This gives the staff member more choice about what they'd like to do. * Make the optional category more explicit * Joffrey's feedback
6 lines
87 B
SCSS
6 lines
87 B
SCSS
.convert-to-public-topic .modal-body {
|
|
.instructions {
|
|
margin-bottom: 1em;
|
|
}
|
|
}
|