Skip to content

Commit

Permalink
fix: stylelint warning (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanyoung authored Aug 29, 2023
1 parent 67612f6 commit 40edc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MediaModal/MediaModal.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

.title {
overflow: hidden;
display: box;
display: block;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
Expand Down

0 comments on commit 40edc59

Please sign in to comment.