mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-12-22 08:48:54 +00:00
enable vertical resize for input text area
This commit is contained in:
parent
deda3c2256
commit
b1b7dfb84b
@ -28,6 +28,7 @@ h1, p, #content a {
|
||||
font-family: monospace;
|
||||
font-size: medium;
|
||||
width: 100%;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
#content input[type=text] {
|
||||
|
Loading…
Reference in New Issue
Block a user