mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
Cards: Fix margins in old card styles (#33421)
This commit is contained in:
parent
eef4e18b62
commit
d5465e5c6a
@ -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…
Reference in New Issue
Block a user