Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
Restore -webkit-box
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephCurley committed Jan 11, 2022
1 parent 5f6758b commit 914d72f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/marble.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/base/mixins/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@mixin line-clamp($lines) {
-webkit-box-orient: vertical;
display: box;
display: -webkit-box;
-webkit-line-clamp: $lines;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit 914d72f

Please sign in to comment.