Skip to content

Commit 253da00

Browse files
dimasitesjanschoenherr
authored andcommitted
Update form.md
fixed mistake in code example markup
1 parent 2397c9a commit 253da00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/form.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ Add one of the classes to an `<input>`, `<select>`, `<textarea>`, `<checkbox>` o
135135
<option>Option B</option>
136136
</optgroup>
137137
</select>
138-
<input class="uk-checkbox uk-form-large" type="checkbox">
139-
<input class="uk-radio uk-form-large" type="radio">
138+
<input class="uk-checkbox" type="checkbox">
139+
<input class="uk-radio" type="radio">
140140
</div>
141141
142142
<div class="uk-margin">

0 commit comments

Comments
 (0)