From 22849fce96e5a202f02a4f40d98432779dc359b7 Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 15 Jan 2018 11:00:04 -0500 Subject: [PATCH] UX: Line-height should be larger with single-line titles --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 9976dc90400..ef82dfce383 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -517,7 +517,7 @@ video { h1 { margin: 5px 0 0 0; font-size: $font-up-3; - line-height: $line-height-medium; + line-height: $line-height-large; } .topic-statuses {