From 847932b7bb9546fd6db76dad1669aaaec4f9c3ed Mon Sep 17 00:00:00 2001 From: aboire <thomas.craipeau@gmail.com> Date: Sun, 2 Apr 2017 11:16:26 +0400 Subject: [PATCH] update overflow item --- client/scss/stylesheets/_items.scss | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/client/scss/stylesheets/_items.scss b/client/scss/stylesheets/_items.scss index 6afb061..6b1fa7b 100755 --- a/client/scss/stylesheets/_items.scss +++ b/client/scss/stylesheets/_items.scss @@ -147,7 +147,7 @@ } // Handle text overflow -.item, +/*.item, .item h1, .item h2, .item h3, @@ -162,6 +162,26 @@ .item-content h4, .item-content h5, .item-content h6, +.item-content p { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +}*/ + +// Handle text overflow +.item h1, +.item h3, +.item h4, +.item h5, +.item h6, +.item p, +.item-content, +.item-content h1, +.item-content h2, +.item-content h3, +.item-content h4, +.item-content h5, +.item-content h6, .item-content p { overflow: hidden; text-overflow: ellipsis; -- GitLab