mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 11:53:49 +00:00
style fix: handle long titles
long titles would overflow - list editor - info titles - backstage view - public view
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
border: 1px solid rgba(0, 0, 0, 0.05);
|
||||
border-radius: 4px;
|
||||
padding: 8px;
|
||||
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
.main {
|
||||
@@ -13,6 +15,8 @@
|
||||
color: #ff7597;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
.header {
|
||||
@@ -24,6 +28,12 @@
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.labelContainer {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.label,
|
||||
.emptyLabel {
|
||||
padding: 0;
|
||||
@@ -47,6 +57,8 @@
|
||||
|
||||
.notes {
|
||||
color: #d69e2e;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.if {
|
||||
|
||||
Reference in New Issue
Block a user