Skip to content

Commit 679f3d6

Browse files
Samuell1marcosmoura
authored andcommitted
fix(MdField): fix font size for safari (vuematerial#1476)
1 parent eb6c8df commit 679f3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MdField/MdField.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
transition: $md-transition-stand;
185185
transition-property: font-size, padding-top, color;
186186
font-family: inherit;
187-
font-size: 1px;
187+
font-size: 16px;
188188
line-height: $md-input-height;
189189
190190
&[type="date"] {

0 commit comments

Comments
 (0)