Skip to content

Commit

Permalink
Fix "Save As" overflow on small screens (#795)
Browse files Browse the repository at this point in the history
* Fixed #789 issue

* Fix #789 Save As overflow on small screens
  • Loading branch information
lohitha02 authored and jywarren committed Feb 21, 2019
1 parent 29b0571 commit 600ddec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h4 class="modal-title">Your gif is ready</h4>
<div style="text-align:center;">
<h2 style="margin-top:20px">Save</h2>
<p>Or click ARROW to save the entire sequence as a workflow for future use.</p>
<select class="form-control input-lg" id="selectSaveOption" style="margin-top:20px">
<select class="form-control input-md" id="selectSaveOption" style="margin-top:20px">
<option>Save as PNG</option>
<option>Save as GIF (all steps)</option>
<option>Save sequence</option>
Expand Down

0 comments on commit 600ddec

Please sign in to comment.