From fa074b72dd22a024d8427dd9047d4c4d0f515f00 Mon Sep 17 00:00:00 2001 From: Ben Meyrick Date: Fri, 17 May 2019 13:09:57 +0100 Subject: [PATCH] Fix title spacing when no description and in a legend (#384) --- src/components/question/_question.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/components/question/_question.scss b/src/components/question/_question.scss index 79f7a32079..060741cd47 100644 --- a/src/components/question/_question.scss +++ b/src/components/question/_question.scss @@ -1,10 +1,6 @@ .question { @extend .u-mt-s; - &__legend { - @extend .u-mb-s; - } - &__title { @extend .u-mb-s; @@ -12,10 +8,4 @@ background-color: $color-emphasis; } } - - &__description { - p:last-child { - margin-bottom: 0; - } - } }