fix: word wrap on firefox
This commit is contained in:
parent
bfb0258720
commit
24cabb6ce3
|
@ -69,12 +69,11 @@ body::-webkit-scrollbar-thumb {
|
||||||
|
|
||||||
#colored {
|
#colored {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
white-space: pre;
|
white-space: pre-wrap;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-wrap: inherit;
|
|
||||||
word-wrap:break-word;
|
word-wrap:break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue