Skip to content

Commit 148d163

Browse files
author
Peter
committed
MDL-65595 core: Remove the nowrap from the form's radio template
1 parent 1a89704 commit 148d163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/form/templates/element-radio.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</div>
2121
<div class="col-md-9 checkbox">
2222
<div class="form-check">
23-
<span class="text-nowrap">
23+
<span>
2424
<label class="form-check-label">
2525
{{^element.hardfrozen}}{{#element.frozen}}{{#element.checked}}
2626
<input type="hidden" name="{{element.name}}" value="{{element.value}}">

0 commit comments

Comments
 (0)