Skip to content

Instantly share code, notes, and snippets.

@utgwkk
Created February 9, 2020 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save utgwkk/4995bf31d8f3084fbebaf161ab34e530 to your computer and use it in GitHub Desktop.
Save utgwkk/4995bf31d8f3084fbebaf161ab34e530 to your computer and use it in GitHub Desktop.
.Chromeで見ると3行で折り返される {
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
display: -webkit-box;
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
word-wrap: break-word;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment