From a13c7d9d45172e30b4b1cf99b078140bea3d4ed0 Mon Sep 17 00:00:00 2001 From: Garrett LeSage Date: Thu, 12 Oct 2023 12:14:42 +0200 Subject: [PATCH] pf: Remove card wrap override --- pkg/lib/patternfly/patternfly-5-overrides.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkg/lib/patternfly/patternfly-5-overrides.scss b/pkg/lib/patternfly/patternfly-5-overrides.scss index 7a377c60f99f..79ebe1b27a55 100644 --- a/pkg/lib/patternfly/patternfly-5-overrides.scss +++ b/pkg/lib/patternfly/patternfly-5-overrides.scss @@ -105,18 +105,8 @@ select.pf-v5-c-form-control { // https://github.com/patternfly/patternfly/issues/3959 --pf-v5-c-card__header-toggle--MarginTop: 0; - .pf-v5-c-card__header:not(.ct-card-expandable-header), - .pf-v5-c-card__header:not(.ct-card-expandable-header) .pf-v5-c-card__header-main { - // upstream fix (pending): https://github.com/patternfly/patternfly/pull/3714 - display: flex; - flex-wrap: wrap; - row-gap: var(--pf-v5-global--spacer--sm); - justify-content: space-between; - } - .pf-v5-c-card__header:not(.ct-card-expandable-header) { > .pf-v5-c-card__actions { - flex-wrap: wrap; row-gap: var(--pf-v5-global--spacer--sm); // PF4 CardActions act up when using buttons while the title is large of font