mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
message
use 100% withd
This commit is contained in:
parent
13b251e4ba
commit
90a14018b7
@ -244,10 +244,14 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: "Poppins", sans-serif;
|
font-family: "Poppins", sans-serif;
|
||||||
|
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
user-select: text;
|
user-select: text;
|
||||||
|
|
||||||
color: var(--background-color-contrast)
|
color: var(--background-color-contrast)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user