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

Commit 7435504

Browse files
committed
fix(plugins/plugin-client-common): restore card header padding
1 parent d2333e4 commit 7435504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/plugin-client-common/web/scss/components/Card/PatternFly.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
}
2525
@include Card {
2626
/* to get priority over PatternFly styles */
27-
@include CardHeader {
27+
/* @include CardHeader {
2828
@include NoHorizontalPadding;
29-
}
29+
} */
3030
@include CardBody {
3131
@include NoHorizontalPadding;
3232
}

0 commit comments

Comments
 (0)