Skip to content

Commit

Permalink
fix(legacy): Textarea displays emoji in Safari (#8089)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy authored Jul 12, 2024
1 parent 1839031 commit 7d2eb4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/legacy/components/textarea/textarea.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,12 @@
:host[data-size='s'] &,
:host[data-size='m'] & {
padding: 0 0.75rem;
font: var(--tui-font-text-s);
}

:host[data-size='l'] & {
padding: 0 1rem;
font: var(--tui-font-text-m);
}

/* Safari 9+, < 13.1 */
Expand Down

0 comments on commit 7d2eb4d

Please sign in to comment.