fix: prevent support message row stretching
This commit is contained in:
@@ -1151,13 +1151,14 @@
|
||||
|
||||
.ticket-message-list,
|
||||
.support-admin-messages {
|
||||
align-content: start;
|
||||
grid-auto-rows: max-content;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.ticket-message-list--loading {
|
||||
align-content: end;
|
||||
justify-content: flex-end;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
@@ -1192,6 +1193,7 @@
|
||||
}
|
||||
|
||||
.ticket-message-row {
|
||||
flex: 0 0 auto;
|
||||
display: grid;
|
||||
grid-template-columns: 36px minmax(0, 1fr);
|
||||
gap: 10px;
|
||||
@@ -1543,7 +1545,7 @@
|
||||
|
||||
.support-ticket-screen .ticket-message-list {
|
||||
min-height: 100%;
|
||||
align-content: end;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.support-ticket-screen .support-messages-empty {
|
||||
@@ -1721,7 +1723,7 @@
|
||||
|
||||
.support-ticket-screen .ticket-message-list {
|
||||
min-height: 100%;
|
||||
align-content: end;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.support-ticket-screen .support-messages-empty {
|
||||
|
||||
Reference in New Issue
Block a user