mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Improve word-break in code
This commit is contained in:
parent
d1a97fd4bd
commit
306098922b
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ code {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border: solid 1px #ddd;
|
border: solid 1px #ddd;
|
||||||
user-select: all;
|
user-select: all;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue