Show full ticket title when opened

pull/1/head
David Benqué 4 years ago
parent a918dd4f7d
commit 17d9284a4c

@ -85,12 +85,7 @@
font-size: 1.5rem; font-size: 1.5rem;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: top;
span:first-child {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cp-support-title-buttons { .cp-support-title-buttons {
flex-shrink: 0; flex-shrink: 0;
} }
@ -123,6 +118,11 @@
} }
} }
.cp-support-list-ticket:not(.cp-support-open) { .cp-support-list-ticket:not(.cp-support-open) {
span:first-child {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
& > :not(h2):not(.cp-support-collapsed) { & > :not(h2):not(.cp-support-collapsed) {
display: none; display: none;
} }

Loading…
Cancel
Save