Created
May 13, 2020 22:46
-
-
Save jiyuujin/6e88722e31b3e732c1bde16b9287e3ef to your computer and use it in GitHub Desktop.
ある一定の行数を超えないようにする
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.multiline_text-ellipsis { | |
display: -webkit-box; | |
-webkit-box-orient: vertical; | |
-webkit-line-clamp: 3; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment