Merge pull request #134 from JustinWesleyFerrari/bugfix/qchat-reply-css-bug

Fixed reply css bug
This commit is contained in:
AlphaX-Projects 2023-02-24 09:07:40 +01:00 committed by GitHub
commit 3d5ab17218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {