fix settings form

This commit is contained in:
Shin'ya Ueoka 2017-09-30 13:24:24 +09:00
parent 8791ed4e5e
commit 8ba490ea11
2 changed files with 7 additions and 3 deletions

View file

@ -2,6 +2,7 @@
textarea[name=plain-json] {
font-family: monospace;
width: 100%;
min-height: 64ex;
resize: vertical;
}
}