This commit is contained in:
Kyle
2019-10-28 09:44:19 -07:00
parent bdc037d37c
commit 61e8eef9e2
2 changed files with 9 additions and 2 deletions

View File

@@ -317,7 +317,14 @@ footer a:hover {
text-align: center;
font: 1.5em belerenbsc;
}
.truncate {
/* width: 100%;*/
/* outline: 1px solid green;*/
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-indent: 0em;
}