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

@ -217,16 +217,18 @@ export const chatStyles = css`
.replied-message {
margin: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 300px;
max-height: 40px;
padding: 0;
}
.replied-message p {
margin: 0px;
padding: 0px;
margin: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 500px;
max-height: 40px;
margin: 0;
padding: 0;
}
.message {