Skip to content

Commit

Permalink
fix(kit): Textarea incorrectly highlights extra characters for long…
Browse files Browse the repository at this point in the history
… words with hyphen in Safari/FF (#7336)
  • Loading branch information
nsbarsukov committed May 2, 2024
1 parent 682ecf1 commit 1e4844a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/kit/components/textarea/textarea.style.less
Expand Up @@ -149,6 +149,7 @@
.t-pseudo-content {
white-space: pre-wrap;
word-wrap: break-word;
word-break: keep-all;
pointer-events: none;
color: transparent;
overflow: hidden;
Expand Down

0 comments on commit 1e4844a

Please sign in to comment.