mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59: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;
|
||||
border: solid 1px #ddd;
|
||||
user-select: all;
|
||||
word-break: break-all;
|
||||
}
|
||||
textarea {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue