diff --git a/apps/client/src/widgets/BreadcrumbBadges.css b/apps/client/src/widgets/BreadcrumbBadges.css index 0090f1cf9..ecf602a96 100644 --- a/apps/client/src/widgets/BreadcrumbBadges.css +++ b/apps/client/src/widgets/BreadcrumbBadges.css @@ -11,6 +11,10 @@ font-size: 0.75em; background-color: var(--color, --badge-background-color); color: white; + min-width: 0; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; &.clickable { cursor: pointer;