This commit is contained in:
parent
09fceca2f9
commit
40e5379eb3
11 changed files with 250 additions and 2 deletions
13
site/golines/style.css
Normal file
13
site/golines/style.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
textarea {
|
||||
height: 28rem;
|
||||
font-family: monospace;
|
||||
font-size: 0.8rem;
|
||||
white-space: pre;
|
||||
overflow-wrap: normal;
|
||||
tab-size: 4;
|
||||
}
|
||||
|
||||
#message {
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue