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; + } } }