diff --git a/pkg/systemd/overview-cards/healthCard.scss b/pkg/systemd/overview-cards/healthCard.scss index 0988652f8a0c..8e9a7019a73a 100644 --- a/pkg/systemd/overview-cards/healthCard.scss +++ b/pkg/systemd/overview-cards/healthCard.scss @@ -24,6 +24,11 @@ > :not(a):last-child { flex: auto; } + + .pf-v5-l-flex { + column-gap: var(--pf-v5-global--spacer--sm); + row-gap: var(--pf-v5-global--spacer--xs); + } } } }