Merge pull request #2758 from jaredevantabor/name-columns

Applying the .name-column class for name columns
This commit is contained in:
Jared Tabor
2016-07-01 13:31:23 -07:00
committed by GitHub

View File

@@ -80,6 +80,12 @@ a.red-txt:active {
text-overflow: ellipsis;
}
.name-column {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
blockquote {
font-size: 14px;
}