Skip to content

Commit

Permalink
enable vertical resize for input text area
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingmin Xu authored and arnaudroques committed Oct 13, 2021
1 parent deda3c2 commit b1b7dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/plantuml.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ h1, p, #content a {
font-family: monospace;
font-size: medium;
width: 100%;
resize: vertical;
}

#content input[type=text] {
Expand Down

0 comments on commit b1b7dfb

Please sign in to comment.