mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 04:43:35 +00:00
style fix: handle long titles
long titles would overflow - list editor - info titles - backstage view - public view
This commit is contained in:
@@ -37,6 +37,10 @@
|
||||
|
||||
.entryTitle {
|
||||
align-self: center;
|
||||
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.entryPast,
|
||||
|
||||
Reference in New Issue
Block a user