From a524a244a9dd58351156975ef057c7967fa69166 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Mon, 3 Jan 2022 22:22:41 +0100 Subject: [PATCH] Use utility class instead of inline style on promotion container --- app/views/application/_questionbox.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/application/_questionbox.haml b/app/views/application/_questionbox.haml index 6decb371..75697618 100644 --- a/app/views/application/_questionbox.haml +++ b/app/views/application/_questionbox.haml @@ -30,7 +30,7 @@ Ask - unless user_signed_in? - if user.privacy_allow_anonymous_questions? - #question-box-promote{ style: 'display: none;' } + #question-box-promote.d-none .row .col-12.text-center %strong= t 'views.questionbox.promote.message'