Skip to content

Commit

Permalink
Adjust paddings on the WidgetChartLegend component
Browse files Browse the repository at this point in the history
  • Loading branch information
SARodrigues committed Oct 17, 2024
1 parent 0264ac1 commit 08dc890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/widget/components/widget-chart-legend/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
display: block;
font-weight: 500;
font-size: rem(13px);
margin: 0 0 rem(10px) 0;
margin: 0 0 rem(8px) 0;
}

&-items {
Expand All @@ -20,7 +20,7 @@
gap: 5px;

&.padded {
padding-top: rem(30px);
padding-top: rem(2px);
}
}

Expand Down

0 comments on commit 08dc890

Please sign in to comment.