Skip to content

Commit

Permalink
fix(kit): do not override white-space for children of line-clamp (#9025)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 17, 2024
1 parent e85e84a commit f77a783
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions projects/kit/components/line-clamp/line-clamp.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@
-webkit-box-orient: vertical;
overflow: hidden;
overflow-wrap: anywhere;

::ng-deep > * {
white-space: initial;
}
}

0 comments on commit f77a783

Please sign in to comment.