Skip to content

Commit

Permalink
fix(textarea): fixing display on Safari browser by adding width and b…
Browse files Browse the repository at this point in the history
…ox-sizing
  • Loading branch information
manoncarbonnel authored and dpellier committed Oct 27, 2023
1 parent 331440a commit 6441f20
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
}

outline: none;

textarea {
box-sizing: border-box;
width: 100%;
}
}

:host([inline]) {
Expand Down

0 comments on commit 6441f20

Please sign in to comment.