From 1285f9d38c3aedbffddb7d2adf83d5aa943a6285 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 19 Jul 2013 12:18:42 -0700 Subject: [PATCH 1/1] Fix textarea resizing --- app/assets/stylesheets/common.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 9ea4b0dfa..ee3604326 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -643,6 +643,7 @@ a.donate { } #embed_html { + resize: vertical; font-family: monospace; font-size: small; } @@ -1607,7 +1608,6 @@ textarea { textarea { padding: 5px; width: 100%; - height: 100% !important; } /* Rules for user images */ -- 2.45.1