discourse/app/assets/stylesheets/common/components/convert-to-public-topic-modal.scss
Robin Ward 8dd3cbfcb9
FEATURE: Allow choice of category when making a PM public (#7907)
* 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
2019-07-19 11:52:50 -04:00

6 lines
87 B
SCSS

.convert-to-public-topic .modal-body {
.instructions {
margin-bottom: 1em;
}
}