From bf7cf244573434170a0a18825b98f91f9cae9d8e Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 8 Apr 2020 17:19:13 +0200 Subject: [PATCH] Adjust matrix styling --- client/src/styles/_survey.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/src/styles/_survey.scss b/client/src/styles/_survey.scss index cb505cb5..ecfe5766 100644 --- a/client/src/styles/_survey.scss +++ b/client/src/styles/_survey.scss @@ -130,6 +130,10 @@ text-align: left; vertical-align: middle; @include small-text; + + span { + line-height: 1.5; + } } thead { @@ -138,6 +142,10 @@ @include small-text; vertical-align: bottom; padding: $small-spacing/2 $small-spacing/2 $small-spacing/2 0; + + > span { + margin-right: $small-spacing; + } } }