Skip to content

Commit

Permalink
chore: Increases the chart legend horizontal gap
Browse files Browse the repository at this point in the history
  • Loading branch information
orangevolon committed Jan 24, 2025
1 parent 76a85a0 commit 0616e8b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/internal/components/chart-legend/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
margin-inline: 0;
padding-block: 0;
padding-inline: 0;
gap: awsui.$space-scaled-xxs awsui.$space-m;
}

.marker {
display: inline-flex;
align-items: flex-start;
margin-inline-end: awsui.$space-m;
padding-block: 0;
padding-inline: 0;
border-block: 0;
Expand All @@ -50,10 +50,6 @@
@include styles.focus-highlight(2px);
}

&:last-child {
margin-inline-end: 0;
}

&.marker--dimmed {
opacity: 0.35;
}
Expand Down

0 comments on commit 0616e8b

Please sign in to comment.