Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
raimund-schluessler committed Feb 11, 2022
1 parent d9a78d5 commit dc4ae47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Breadcrumbs/Breadcrumbs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,13 @@ export default {
}
& #{&}__crumbs {
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;
}
& #{&}__crumbs,
Expand Down

0 comments on commit dc4ae47

Please sign in to comment.