Add in option to have single line news

This commit is contained in:
Andrew McOlash
2017-03-11 17:36:47 -06:00
parent d26d94b62a
commit afe0e3c1d6
3 changed files with 12 additions and 2 deletions

View File

@@ -121,6 +121,12 @@ sup {
margin-bottom: 0;
}
.no-wrap {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/**
* Region Definitions.
*/