From bbfba492ae5d8894ded79c4ef246c742ad707efa Mon Sep 17 00:00:00 2001 From: Andreas N Date: Fri, 9 Jan 2015 22:03:58 +0100 Subject: [PATCH] change the line height for answers --- app/assets/stylesheets/scss/answerbox.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/scss/answerbox.scss b/app/assets/stylesheets/scss/answerbox.scss index 80a8147d..71468b1e 100644 --- a/app/assets/stylesheets/scss/answerbox.scss +++ b/app/assets/stylesheets/scss/answerbox.scss @@ -29,4 +29,5 @@ .answerbox--answer-text { font-size: 16px; color: #000; + line-height: 1.3em; } \ No newline at end of file