diff --git a/src/components/NcBreadcrumbs/NcBreadcrumbs.vue b/src/components/NcBreadcrumbs/NcBreadcrumbs.vue index b13b279470..f2cb596852 100644 --- a/src/components/NcBreadcrumbs/NcBreadcrumbs.vue +++ b/src/components/NcBreadcrumbs/NcBreadcrumbs.vue @@ -653,12 +653,7 @@ export default { nav { flex-shrink: 1; - max-width: 100%; - /** - * This value is given by the min-width of the last crumb (100px) plus - * two times the width of a crumb with an icon (first crumb and hidden crumbs actions). - */ - min-width: 228px; + min-width: 0; } & #{&}__crumbs {