Skip to content

Commit

Permalink
pf: Remove card wrap override
Browse files Browse the repository at this point in the history
  • Loading branch information
garrett committed Oct 12, 2023
1 parent 0d81a5b commit a13c7d9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkg/lib/patternfly/patternfly-5-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a13c7d9

Please sign in to comment.