Skip to content

Commit

Permalink
fix(MdField): fix font size for safari (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuell1 authored and marcosmoura committed Feb 6, 2018
1 parent eb6c8df commit 679f3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MdField/MdField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
transition: $md-transition-stand;
transition-property: font-size, padding-top, color;
font-family: inherit;
font-size: 1px;
font-size: 16px;
line-height: $md-input-height;
&[type="date"] {
Expand Down

0 comments on commit 679f3d6

Please sign in to comment.