From 6574151b0db55513b2addce195805ea8f16d498c Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 20 Aug 2020 20:32:55 -0400 Subject: Only allow vertical resizing for textareas --- docs/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/style.css b/docs/style.css index 4321426b..8e84beff 100644 --- a/docs/style.css +++ b/docs/style.css @@ -53,7 +53,7 @@ pre, textarea, .kb { } pre { margin: 1.6em 0.4em; } pre, textarea { padding: 0.8em; } -textarea { width:100%; outline:none; } +textarea { width:100%; outline:none; resize:vertical; } .cont { margin:1.3em 0; } .rslt { background:none; border-top:none; margin:0; } .rslt.err { color:#d11; } -- cgit v1.2.3