Skip to content

Commit

Permalink
pf4: Add CSS override to allow card headers to wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
garrett authored and thomasvandenbosch13 committed Apr 12, 2021
1 parent 14dc552 commit 602d3dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/lib/patternfly/patternfly-4-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,10 @@ svg {
}
}
}

.pf-c-card__header {
// Allow actions to wrap if there's not enough space
// issue: https://github.com/patternfly/patternfly/issues/3713
// upstream fix (pending): https://github.com/patternfly/patternfly/pull/3714
flex-wrap: wrap;
}

0 comments on commit 602d3dd

Please sign in to comment.