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 {
margin: 0;
padding: 0;
}
.replied-message p {
margin: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 300px;
max-width: 500px;
max-height: 40px;
margin: 0;
padding: 0;
}
.replied-message p {
margin: 0px;
padding: 0px;
}
.message {
display: flex;
flex-direction: column;