Skip to content

Commit

Permalink
[Embeddable Info Badge] Change padding of EuiButtonIcon back to 4px f…
Browse files Browse the repository at this point in the history
…rom the default 8px
  • Loading branch information
breehall committed Jul 5, 2023
1 parent 38918b0 commit e096890
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ export const EmbeddableFeatureBadge = ({ messages }: { messages: UserMessage[] }
color: transparent;
font-size: ${xsFontSize};
height: ${euiTheme.size.l} !important;
.euiButtonEmpty {
padding-inline: ${euiTheme.size.xs};
}
padding-inline: ${euiTheme.size.xs};
.euiButtonEmpty__content {
gap: ${euiTheme.size.xs};
}
Expand Down

0 comments on commit e096890

Please sign in to comment.