Skip to content

Commit

Permalink
Change min-height to height for vertical centering in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephusPaye committed Apr 25, 2016
1 parent 1b4cdbc commit 1e453f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UiButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default {
border-radius: 2px;
padding: 8px 16px;
min-width: 80px;
min-height: 40px;
height: 40px;
&.autofocus:focus,
body[modality="keyboard"] &:focus {
Expand Down

0 comments on commit 1e453f7

Please sign in to comment.