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
Badges are kind of complicated when you start laying them out in flex groups because of truncation issues. I had to do a lot of custom styles in Kibana to get the global filter pills to wrap and truncate properly. Now we're having the same issue in Kibana Graph (elastic/kibana#57859).
We should just create EuiBadgeGroup that will handle the proper layout of multiple badges.
The text was updated successfully, but these errors were encountered:
Badges are kind of complicated when you start laying them out in flex groups because of truncation issues. I had to do a lot of custom styles in Kibana to get the global filter pills to wrap and truncate properly. Now we're having the same issue in Kibana Graph (elastic/kibana#57859).
We should just create
EuiBadgeGroup
that will handle the proper layout of multiple badges.The text was updated successfully, but these errors were encountered: