fix(color): break word if needed (to be on par with textarea)

This commit is contained in:
quenousimporte 2023-09-25 14:25:55 +02:00
parent 6dc64cc075
commit 105ff9fa04
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ body::-webkit-scrollbar-thumb {
z-index: -1;
width: 100%;
text-wrap: inherit;
white-space: pre-wrap;
word-wrap:break-word;
}
#network {