From f179c8a6fbe42cc63fae0effc7aeef9b0a41e294 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 31 Oct 2014 12:07:09 -0700 Subject: [PATCH] make search help fit on mobile --- app/assets/stylesheets/mobile/modal.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/assets/stylesheets/mobile/modal.scss b/app/assets/stylesheets/mobile/modal.scss index fc5e991f36a..bfacdb308b4 100644 --- a/app/assets/stylesheets/mobile/modal.scss +++ b/app/assets/stylesheets/mobile/modal.scss @@ -163,3 +163,16 @@ float: none !important; } } + +#search-help { + max-width: 300px; +} + +#search-help h2 { + margin: 0; + font-size: 12px; +} + +#search-help p { + margin: 5px; +} \ No newline at end of file