From 8e4d37bf31234b12e87d321603af7ac519f70cd4 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Thu, 23 May 2024 09:23:15 +0200 Subject: [PATCH] COMPATIBILITY: hide powered by discourse on wizards --- assets/stylesheets/common/wizard/wizard.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/stylesheets/common/wizard/wizard.scss b/assets/stylesheets/common/wizard/wizard.scss index 1bb0d086..4c8f2357 100644 --- a/assets/stylesheets/common/wizard/wizard.scss +++ b/assets/stylesheets/common/wizard/wizard.scss @@ -160,6 +160,10 @@ body.custom-wizard { display: flex; justify-content: flex-end; } + + .powered-by-discourse { + display: none; + } } /* IE11 hacks */