Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 8dce2df

Browse files
Googlernshahan
authored andcommitted
Fix for Safari where the material text input has a small margin added but other input types do not.
PiperOrigin-RevId: 221471386
1 parent 0b2ab83 commit 8dce2df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

angular_components/lib/material_input/material_input.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ textarea {
116116
font: inherit;
117117
color: inherit;
118118
padding: 0;
119+
margin: 0;
119120
background-color: transparent;
120121
border: 0;
121122
outline: none;

0 commit comments

Comments
 (0)