Add wrapper -body classes to answerbox sections

This commit is contained in:
Andreas Nedbal 2023-01-12 18:24:59 +01:00 committed by Andreas Nedbal
parent b66c2b1f36
commit e8657891a9
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@
overflow: visible; overflow: visible;
} }
&__question-body,
&__answer-body {
position: relative;
}
&__answer-text { &__answer-text {
margin-bottom: map.get($spacers, 3); margin-bottom: map.get($spacers, 3);
} }