diff --git a/client/scss/stylesheets/_items.scss b/client/scss/stylesheets/_items.scss index 6afb061f69697a1b70be7b963def17958ba920de..6b1fa7bf95fb79e567e776c276e49cdba3e1f8b5 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;