From 32956319d48d856c0eca4d26441bc5fc9333b2d7 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Mon, 26 Jan 2015 18:41:16 +0100 Subject: [PATCH] changed question-text line height --- app/assets/stylesheets/scss/answerbox.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/scss/answerbox.scss b/app/assets/stylesheets/scss/answerbox.scss index 68facc5b..2cfb92b1 100644 --- a/app/assets/stylesheets/scss/answerbox.scss +++ b/app/assets/stylesheets/scss/answerbox.scss @@ -32,6 +32,10 @@ line-height: 1.3em; } +.answerbox--question-text { + line-height: 1.3em; +} + .answerbox--answer-date { font-size: 12px; line-height: 1.3em;