Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta badge inner visual alignment #8255

Merged
merged 13 commits into from
Jan 9, 2025
Prev Previous commit
Next Next commit
Removed 1px padding
  • Loading branch information
ek-so committed Jan 8, 2025
commit 99e0d713e56694a4046e061781d25e74691f5901
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export const euiBetaBadgeStyles = (euiThemeContext: UseEuiTheme) => {
m: `
${logicalCSS('height', badgeSizes.m)}
${logicalCSS('padding-horizontal', euiTheme.size.base)}
padding-block-start: 1px
`,
s: `
${logicalCSS('height', badgeSizes.s)}
Expand Down
Loading