Skip to content

Instantly share code, notes, and snippets.

@jiyuujin
Created May 13, 2020 22:46
Show Gist options
  • Save jiyuujin/6e88722e31b3e732c1bde16b9287e3ef to your computer and use it in GitHub Desktop.
Save jiyuujin/6e88722e31b3e732c1bde16b9287e3ef to your computer and use it in GitHub Desktop.
ある一定の行数を超えないようにする
.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