Skip to content

Commit

Permalink
remove line trim
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelbt committed Feb 28, 2022
1 parent 648a294 commit 751593a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/expansion-panel/src/vwc-expansion-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,7 @@
}
}
.heading-text {
/* stylelint-disable property-no-vendor-prefix */
/* stylelint-disable value-no-vendor-prefix */
display: -webkit-box;
overflow: hidden;
flex-grow: 1;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
/* stylelint-enable property-no-vendor-prefix */
/* stylelint-enable value-no-vendor-prefix */
margin-inline-end: auto;
text-align: left;
}
Expand Down

0 comments on commit 751593a

Please sign in to comment.