Skip to content

Commit

Permalink
Merge pull request inorganik#199 from jerriais/patch-1
Browse files Browse the repository at this point in the history
Changing width of html demo input
  • Loading branch information
inorganik authored Apr 30, 2018
2 parents 0442765 + eb02f9a commit 4164564
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:15px; 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:15px; 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 4164564

Please sign in to comment.