Skip to content

Commit

Permalink
Spinner: Add padding to input to give consistent visual style
Browse files Browse the repository at this point in the history
Fixes #13997
Closes #1586
  • Loading branch information
arschmitz committed Aug 14, 2015
1 parent 559dc05 commit caf6f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/base/spinner.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
border: none;
background: none;
color: inherit;
padding: 0;
padding: .222em 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
Expand Down

0 comments on commit caf6f2d

Please sign in to comment.