4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

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

@ -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;