From: aroquen Date: Sun, 24 May 2015 22:31:55 +0000 (+0200) Subject: Textarea resizes only vertically. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1e60c1f0cdb7bf34617dcf67f90322530ed7648e;p=quix0rs-gnu-social.git Textarea resizes only vertically. --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 7c0e01c96d..7662397f40 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -20,7 +20,11 @@ ol, ul {list-style-position: inside;} fieldset {border: none;} legend {font-weight: bold; font-size: 1.2em;} input, textarea, select, option {padding: 2px;} -textarea {overflow:auto;} + +textarea { + overflow:auto; + resize: vertical; +} body { background-color: #f2f2f2;