Ellipsize overflow on events

This commit is contained in:
Drew DeVault 2020-04-29 10:42:37 -04:00
parent 07251c0336
commit 69c60fb4c4
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@
p {
margin-bottom: 0;
white-space: nowrap;
text-overflow: ellipsis;
overflow-x: hidden;
}
}
}