From 2d6ff76461f0bfdcaffb89ca0e32baf670d6fbdb Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Tue, 7 Feb 2023 23:23:49 +0100 Subject: [PATCH] Appease the dog overlords --- app/assets/stylesheets/components/_answerbox.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/components/_answerbox.scss b/app/assets/stylesheets/components/_answerbox.scss index 15909d38..adb1b732 100644 --- a/app/assets/stylesheets/components/_answerbox.scss +++ b/app/assets/stylesheets/components/_answerbox.scss @@ -92,10 +92,9 @@ } #pinned-answers { - .answerbox { - &__pinned { - display: inline; - } + + .answerbox__pinned { + display: inline; } }