Fixed reply css bug

This commit is contained in:
Justin Ferrari 2023-02-23 22:01:13 -05:00
parent f7a1787926
commit 1cea03cede

View File

@ -216,19 +216,21 @@ export const chatStyles = css`
} }
.replied-message { .replied-message {
margin: 0;
padding: 0;
}
.replied-message p {
margin: 0; margin: 0;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
max-width: 300px; max-width: 500px;
max-height: 40px; max-height: 40px;
margin: 0;
padding: 0;
} }
.replied-message p {
margin: 0px;
padding: 0px;
}
.message { .message {
display: flex; display: flex;
flex-direction: column; flex-direction: column;