mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 07:09:29 +08:00
![Guo Xiang Tan](/assets/img/avatar_default.png)
Previously, the validation message is shown inline with the label which leads to the available width for both element being reduced.
7 lines
168 B
Handlebars
7 lines
168 B
Handlebars
<label>
|
|
{{input type="checkbox" checked=enabled}}
|
|
<span>{{html-safe setting.description}}</span>
|
|
</label>
|
|
|
|
{{setting-validation-message message=validationMessage}}
|