fix line wrap in chat messages
This commit is contained in:
parent
ec2f65cd0e
commit
7d29d62981
1 changed files with 2 additions and 1 deletions
|
@ -208,7 +208,8 @@ $baseTextColor: if($luminance < 0.2, white, black);
|
||||||
background: desaturate(lightenMax($themeColor, 50%, 97%), 50%);
|
background: desaturate(lightenMax($themeColor, 50%, 97%), 50%);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 70%;
|
max-width: 70%;
|
||||||
white-space: pre;
|
white-space: pre-line;
|
||||||
|
word-wrap: break-word;
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 2px rgba(255,255,255,.15) inset,
|
0 2px rgba(255,255,255,.15) inset,
|
||||||
0 0 0 1px rgba(0,0,0,.08) inset,
|
0 0 0 1px rgba(0,0,0,.08) inset,
|
||||||
|
|
Loading…
Reference in a new issue