diff --git a/apps/client/src/widgets/Breadcrumb.css b/apps/client/src/widgets/Breadcrumb.css index 12ee1c759..df9f5c6f0 100644 --- a/apps/client/src/widgets/Breadcrumb.css +++ b/apps/client/src/widgets/Breadcrumb.css @@ -5,10 +5,18 @@ align-items: center; font-size: 0.9em; gap: 0.25em; + flex-wrap: nowrap; + overflow: hidden; a { color: inherit; text-decoration: none; + width: 100%; + max-width: 200px; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: block; } ul {