Skip to content

Commit 7386be3

Browse files
committed
Ensure bootstrap mode notice is hidden in wizard
1 parent 800ec34 commit 7386be3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/stylesheets/common/custom/header.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ body.custom-wizard {
33
.global-notice,
44
.create-topics-notice,
55
.top-notices-outlet,
6-
.consent_banner {
6+
.consent_banner,
7+
.bootstrap-mode-notice {
78
display: none;
89
}
910
}

0 commit comments

Comments
 (0)