Cards: Fix margins in old card styles (#33421)

pull/33426/head
Torkel Ödegaard 4 years ago committed by GitHub
parent eef4e18b62
commit d5465e5c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/grafana-ui/src/themes/GlobalStyles/card.ts

@ -149,7 +149,7 @@ export function getCardStyles(theme: GrafanaThemeV2) {
.card-item-wrapper {
padding: 0;
width: 100%;
margin-bottom: ${theme.spacing(4)};
margin-bottom: ${theme.spacing(1)};
}
.card-item-wrapper--clickable {

Loading…
Cancel
Save