Skip to content

Commit f8f1bce

Browse files
committed
Update form.html.eco
Example for inline phone number was incorrect. I think the label should come after the inline fields class, so it would look line
1 parent c9f7793 commit f8f1bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/documents/collections/form.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,8 +1313,8 @@ themes : ['Default', 'Flat', 'Chubby', 'GitHub']
13131313
<p>Multiple fields may be inline in a row</p>
13141314
<div class="ui form">
13151315
<div class="inline fields">
1316+
<label>Phone Number</label>
13161317
<div class="field">
1317-
<label>Phone Number</label>
13181318
<input type="text" placeholder="(xxx)">
13191319
</div>
13201320
<div class="field">

0 commit comments

Comments
 (0)