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

Commit

Permalink
Fix for Safari where the material text input has a small margin added…
Browse files Browse the repository at this point in the history
… but other input types do not.

PiperOrigin-RevId: 221471386
  • Loading branch information
Googler authored and nshahan committed Nov 15, 2018
1 parent 0b2ab83 commit 8dce2df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions angular_components/lib/material_input/material_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ textarea {
font: inherit;
color: inherit;
padding: 0;
margin: 0;
background-color: transparent;
border: 0;
outline: none;
Expand Down

0 comments on commit 8dce2df

Please sign in to comment.