style fix: handle long titles

long titles would overflow
- list editor
- info titles
- backstage view
- public view
This commit is contained in:
cv
2021-10-24 12:38:57 +02:00
parent 759dece70f
commit a638e5962c
6 changed files with 27 additions and 4 deletions
@@ -37,6 +37,10 @@
.entryTitle {
align-self: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.entryPast,