Skip to content

Commit 762abcb

Browse files
committed
Merge branch 'master' of github.com:Semantic-Org/Semantic-UI-Docs
2 parents 19d95b3 + 213c490 commit 762abcb

3 files changed

Lines changed: 4 additions & 4 deletions

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">

server/documents/elements/input.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ themes : ['Default', 'GitHub']
149149
</div>
150150
</div>
151151
<div class="another example">
152-
<div class="ui labeled input">
152+
<div class="ui right labeled input">
153153
<div class="ui label">$</div>
154154
<input type="text" placeholder="Amount">
155155
<div class="ui basic label">.00</div>

server/documents/modules/dropdown.html.eco

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ themes : ['Default', 'GitHub', 'Material']
903903

904904
<div class="dropdown example">
905905
<h4 class="ui header">Loading</h4>
906-
<p>An dropddown can show that it is currently loading data</p>
906+
<p>A dropdown can show that it is currently loading data</p>
907907
<div class="ui loading dropdown">
908908
Dropdown <i class="dropdown icon"></i>
909909
<div class="menu">
@@ -938,7 +938,7 @@ themes : ['Default', 'GitHub', 'Material']
938938
</div>
939939
<div class="dropdown example">
940940
<h4 class="ui header">Error</h4>
941-
<p>An errored dropddown can alert a user to a problem</p>
941+
<p>An errored dropdown can alert a user to a problem</p>
942942
<div class="ui floating dropdown error">
943943
Dropdown <i class="dropdown icon"></i>
944944
<div class="menu">

0 commit comments

Comments
 (0)