Skip to content

Commit

Permalink
Fix title spacing when no description and in a legend (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
bameyrick authored May 17, 2019
1 parent a27053f commit fa074b7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/question/_question.scss
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
.question {
@extend .u-mt-s;

&__legend {
@extend .u-mb-s;
}

&__title {
@extend .u-mb-s;

em {
background-color: $color-emphasis;
}
}

&__description {
p:last-child {
margin-bottom: 0;
}
}
}

0 comments on commit fa074b7

Please sign in to comment.