Unverified Commit b1d5246e authored by Ray Schamp's avatar Ray Schamp Committed by GitHub

Merge pull request #4216 from R4356th/patch-8

Add overflow, white-space and text-overflow CSS elements
parents 3f4258c4 423c9b7e
......@@ -14,8 +14,6 @@
.thumbnail-title,
#{$extras} {
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.2em;
white-space: nowrap;
word-wrap: break-word;
......@@ -28,10 +26,16 @@
a {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
#{$extras} {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: $type-gray;
font-size: .8462em;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment