Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit a1e05cf

Browse files
committed
fix(plugins/plugin-client-common): remove wizard right-margin
We put this in place when the wizard header had a box shadow. It no longer does.
1 parent 99bab84 commit a1e05cf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

plugins/plugin-client-common/web/scss/components/Terminal/Commentary.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
@import 'Keys';
3131

3232
$marginTop: 0.5em;
33-
$box-shadow-margin: 4px; /* room for box shadow */
3433

3534
@mixin TextContent {
3635
.pf-c-content {
@@ -400,22 +399,15 @@ body[kui-theme-style='light'] {
400399
}
401400

402401
@include Commentary {
403-
@include WizardHeader {
404-
margin-right: $box-shadow-margin; /* room for box shadow */
405-
}
406402
@include Accordion {
407403
font-size: $terminal-font-size;
408404
}
409405
@include ExpandableSection {
410406
font-size: $terminal-font-size;
411-
margin-right: $box-shadow-margin; /* room for box shadow */
412407
@include ExpandableSectionContentElement {
413408
@include ParagraphBoundaryMargins;
414409
}
415410
}
416-
@include CodeBlock {
417-
margin-right: $box-shadow-margin; /* room for box shadow */
418-
}
419411

420412
@include ExpandableSectionContent {
421413
max-width: unset;

0 commit comments

Comments
 (0)