From d188a75da4cd0293f68f13a07382a89e6b3d9e11 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 22 Sep 2014 22:20:44 -0700 Subject: [PATCH] tighten spacing on mobile dialog headers --- app/assets/stylesheets/mobile/modal.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/modal.scss b/app/assets/stylesheets/mobile/modal.scss index 5b3c69e67ac..15daf95839f 100644 --- a/app/assets/stylesheets/mobile/modal.scss +++ b/app/assets/stylesheets/mobile/modal.scss @@ -49,10 +49,16 @@ margin-left: -1px; } .modal-header { + // we need tighter spacing on mobile for header + // this clearfix under the modal title h3 pushes it way down + .clearfix { + display:none; + } h3 { color: $quaternary; font-size: 15px; - padding: 0 0 0 20px; + padding-left: 20px; + margin-bottom: 5px; } } .close {