mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
Break long words in buffer
This commit is contained in:
parent
9692f97c11
commit
96f33019f8
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ details summary {
|
|||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
color: #4a4a4a;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
#buffer .talk {
|
||||
color: black;
|
||||
|
|
Loading…
Reference in a new issue