From 2d7ba13223c7512470a5e993066b31d30d362c21 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 3 Aug 2015 16:16:46 -0700 Subject: [PATCH] full page search CSS tweaks --- app/assets/stylesheets/common/base/search.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/search.scss b/app/assets/stylesheets/common/base/search.scss index 33b52632697..fd459b2e62b 100644 --- a/app/assets/stylesheets/common/base/search.scss +++ b/app/assets/stylesheets/common/base/search.scss @@ -10,7 +10,7 @@ a { color: scale-color($primary, $lightness: 10%); } - line-height: 20px; + padding-bottom: 2px; } .avatar { position: relative; @@ -24,7 +24,7 @@ } .blurb { font-size: 1.0em; - line-height: 24px; + line-height: 20px; word-wrap: break-word; clear: both; color: scale-color($primary, $lightness: 20%);