Skip to content

Commit 24a10d9

Browse files
committed
Merge pull request #116 from maturano/next
Fix both sides labeled example
2 parents 3b131b5 + b7e450e commit 24a10d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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>

0 commit comments

Comments
 (0)