|
|
@ -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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|