From e8657891a94db82d3dc7b33a620b079a63733221 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Thu, 12 Jan 2023 18:24:59 +0100 Subject: [PATCH] Add wrapper -body classes to answerbox sections --- app/assets/stylesheets/components/_answerbox.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/components/_answerbox.scss b/app/assets/stylesheets/components/_answerbox.scss index f2cea9d6..bc484feb 100644 --- a/app/assets/stylesheets/components/_answerbox.scss +++ b/app/assets/stylesheets/components/_answerbox.scss @@ -16,6 +16,11 @@ overflow: visible; } + &__question-body, + &__answer-body { + position: relative; + } + &__answer-text { margin-bottom: map.get($spacers, 3); }