mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 09:20:24 +08:00
6a65e5312b
* FEATURE: Add a preview to the poll builder * Use selectKit helper in the poll preview test * Extract the mobile-specific poll builder form CSS
6 lines
71 B
SCSS
6 lines
71 B
SCSS
.poll-ui-builder-form {
|
|
.d-editor-preview {
|
|
display: none;
|
|
}
|
|
}
|