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

This commit is contained in:
Torkel Ödegaard 2021-04-27 15:54:33 +02:00 committed by GitHub
parent eef4e18b62
commit d5465e5c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {