Improve word-break in code

This commit is contained in:
Yarmo Mackenbach 2020-07-24 02:09:57 +02:00
parent d1a97fd4bd
commit 306098922b

View file

@ -140,6 +140,7 @@ code {
background-color: #eee;
border: solid 1px #ddd;
user-select: all;
word-break: break-all;
}
textarea {
width: 100%;