From ea992e28cdaad3828483c57b4adbf59a8e940588 Mon Sep 17 00:00:00 2001 From: Toks Date: Mon, 13 May 2013 15:21:35 -0400 Subject: [PATCH] fixes #1129 --- app/assets/stylesheets/specific/artists.css.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/specific/artists.css.scss b/app/assets/stylesheets/specific/artists.css.scss index 986660d71..d6d783410 100644 --- a/app/assets/stylesheets/specific/artists.css.scss +++ b/app/assets/stylesheets/specific/artists.css.scss @@ -19,7 +19,11 @@ div#c-artists { div#a-edit, div#a-new { textarea { - height: 5em; + height: 10em; + + &#artist_other_names_comma { + height: 3em; + } } .hint {