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:
commit
3d5ab17218
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user