From f5724549b9628ef57b6c9459ee76bb71607ed855 Mon Sep 17 00:00:00 2001 From: Toks Date: Thu, 25 Jun 2015 10:38:35 -0400 Subject: [PATCH] fix textarea --- app/assets/stylesheets/specific/favorite_groups.css.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/assets/stylesheets/specific/favorite_groups.css.scss diff --git a/app/assets/stylesheets/specific/favorite_groups.css.scss b/app/assets/stylesheets/specific/favorite_groups.css.scss new file mode 100644 index 000000000..3e176af88 --- /dev/null +++ b/app/assets/stylesheets/specific/favorite_groups.css.scss @@ -0,0 +1,5 @@ +#c-favorite-groups #a-edit { + textarea { + height: 10em; + } +} \ No newline at end of file