Skip to content

Commit

Permalink
fixup! Fix NcBreadcrumbs styles to wrap buttons
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <[email protected]>
  • Loading branch information
JuliaKirschenheuter committed Oct 18, 2023
1 parent dce74bf commit b66c502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcBreadcrumbs/NcBreadcrumbs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,9 @@ export default {
flex-shrink: 1;
/**
* This value is given by the min-width of the last crumb (100px) plus
* width of one action button.
* two times the width of a crumb with an icon (first crumb and hidden crumbs actions).
*/
min-width: calc(100% - var(--default-clickable-area));
min-width: 226px;
}
& #{&}__crumbs {
Expand Down

0 comments on commit b66c502

Please sign in to comment.