From 2fdbf8cbc96c19c8897dd4cbccc2cc2459321204 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 19 Feb 2013 16:03:03 -0800 Subject: [PATCH] give us temporary breathing room on wide names --- app/assets/stylesheets/application/topic-post.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application/topic-post.css.scss b/app/assets/stylesheets/application/topic-post.css.scss index c972a2b829..a091422063 100644 --- a/app/assets/stylesheets/application/topic-post.css.scss +++ b/app/assets/stylesheets/application/topic-post.css.scss @@ -322,7 +322,7 @@ padding: 0 10px 0 0; h3 { margin: 3px 0 0; - font-size: 14px; + font-size: 13px; line-height: 18px; }