Skip to content

Commit

Permalink
Standardize healthcard CSS
Browse files Browse the repository at this point in the history
Standardize column-gap to 8px, and row-gap to 4px.

Signed-off-by: Ashley Cui <[email protected]>
  • Loading branch information
ashley-cui committed Sep 27, 2024
1 parent e9e1fcf commit 5719a2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/systemd/overview-cards/healthCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
}

0 comments on commit 5719a2c

Please sign in to comment.