Applying the .name-column class for name columns

The class was already used in some tables, but now it will be applied to all tables
This commit is contained in:
Jared Tabor 2016-07-01 10:42:41 -07:00
parent 3bdc50dca6
commit d2fa6b5e9d

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;
}