From 9f42bde110d92a0103516340f3c7e558000e95d9 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Wed, 30 Oct 2013 09:57:56 -0400 Subject: [PATCH] fixing topic title line height to accomodate overflow --- app/assets/stylesheets/desktop/topic-post.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index ed0d0bc51..355000bba 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -426,9 +426,9 @@ span.post-count { z-index: 1000; padding: 14px 0 8px 0; - h1 { line-height: 1em; overflow: hidden; } + h1 { line-height: 1.2em; overflow: hidden; } .topic-statuses {margin-top: -2px; .icon-pushpin {margin-top: -1px;}} -.star {font-size: 20px; margin-top: 5px;} +.star {font-size: 20px; margin-top: 8px;} .chzn-container {vertical-align: middle;} } @@ -471,14 +471,14 @@ iframe { h1 { margin: 5px 0 0 0; font-size: 2em; - line-height: 1em; + line-height: 1.2em; overflow: hidden; } a.star { - margin-right: 5px; + margin-right: 8px; font-size: 20px; - margin-top: 5px; + margin-top: 8px; } .topic-statuses {margin-top: -2px;}