From e1a876a4b54baa803b5befe73e950e3e6e1f1fef Mon Sep 17 00:00:00 2001 From: alexs Date: Tue, 13 Aug 2013 15:19:03 +1000 Subject: [PATCH] Added default minimum height for text areas. --- app/assets/stylesheets/search/foundation_and_overrides.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/search/foundation_and_overrides.scss b/app/assets/stylesheets/search/foundation_and_overrides.scss index 67e7101274..14257601a8 100644 --- a/app/assets/stylesheets/search/foundation_and_overrides.scss +++ b/app/assets/stylesheets/search/foundation_and_overrides.scss @@ -1300,5 +1300,9 @@ $topbar-link-font-size: emCalc(16); // $topbar-sticky-class: ".sticky"; +textarea { + min-height: emCalc(120) !important; +} + @import 'foundation';