Skip to content

Commit

Permalink
Merge pull request #7875 from fjordllc/card-list-item-title__title__t…
Browse files Browse the repository at this point in the history
…rancate

カードリスト内のタイトルは3行までの表示にした
  • Loading branch information
machida authored Jun 19, 2024
2 parents 24075f5 + cf6968a commit 731f4ae
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
width: 100%
flex-basis: 100%
word-break: break-all
overflow: hidden
display: -webkit-box
text-overflow: ellipsis
-webkit-box-orient: vertical
-webkit-line-clamp: 3
&.is-lg
font-size: 1rem
&.is-sm
Expand Down

0 comments on commit 731f4ae

Please sign in to comment.