Skip to content

Commit

Permalink
Increasing suffix and prefix label width to 25px
Browse files Browse the repository at this point in the history
  • Loading branch information
jerriais authored Apr 30, 2018
1 parent e169a79 commit eb02f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ <h4 class="inlineLeft noMargin weight300">Options:</h4>
<label class="inlineLabel">Decimal</label>
</div>
<div class="inlineLeft marginRight">
<input type="text" value="" id="prefix" style="width:150px; padding:0 5px;" onkeyup="updateCodeVisualizer()">
<input type="text" value="" id="prefix" style="width:25px; padding:0 5px;" onkeyup="updateCodeVisualizer()">
<label class="inlineLabel">Prefix</label>
</div>
<div class="inlineLeft marginRight">
<input type="text" value="" id="suffix" style="width:150px; padding:0 5px;" onkeyup="updateCodeVisualizer()">
<input type="text" value="" id="suffix" style="width:25px; padding:0 5px;" onkeyup="updateCodeVisualizer()">
<label class="inlineLabel">Suffix</label>
</div>
</form>
Expand Down

0 comments on commit eb02f9a

Please sign in to comment.