Skip to content

Commit

Permalink
fix(kit): do not override white-space for children of line-clamp
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 14, 2024
1 parent 354f58e commit de0487f
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 de0487f

Please sign in to comment.