You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To fix this we can improve the CSS to be more specific.
The text was updated successfully, but these errors were encountered:
elizabetdev
changed the title
[EuiBadgeGroup] Issue wiht CSS specificity and margins of badges
[EuiBadgeGroup] Issue with CSS specificity and margins of badges
Feb 24, 2023
When a gutter is added in EuiBadgeGroup like
gutterSize="s"
the margin inline should be overridden to0
like:This can be replicated here:
https://codesandbox.io/s/muddy-dust-juq2z7?file=/demo.tsx
But for some reason, in a few scenarios, the CSS's order of appearance makes the margin not overridden:
This can be replicated here:
https://codesandbox.io/s/intelligent-darwin-l1gk6s?file=/demo.js
To fix this we can improve the CSS to be more specific.
The text was updated successfully, but these errors were encountered: