mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-15 19:55:49 +00:00
Merge pull request #134 from JustinWesleyFerrari/bugfix/qchat-reply-css-bug
Fixed reply css bug
This commit is contained in:
commit
3d5ab17218
@ -217,16 +217,18 @@ export const chatStyles = css`
|
|||||||
|
|
||||||
.replied-message {
|
.replied-message {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
white-space: nowrap;
|
padding: 0;
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
max-width: 300px;
|
|
||||||
max-height: 40px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.replied-message p {
|
.replied-message p {
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
padding: 0px;
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
max-width: 500px;
|
||||||
|
max-height: 40px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user