Skip to content
Snippets Groups Projects
Commit 847932b7 authored by thomas craipeau's avatar thomas craipeau
Browse files

update overflow item

parent 85af6e2d
No related branches found
No related tags found
1 merge request!134update overflow item
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment