Skip to content

Commit

Permalink
Merge pull request #4640 from nextcloud-libraries/fix/36965-fix-bread…
Browse files Browse the repository at this point in the history
…crumbs_styles
  • Loading branch information
skjnldsv authored Oct 19, 2023
2 parents db37944 + d77e806 commit d939939
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/NcBreadcrumbs/NcBreadcrumbs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d939939

Please sign in to comment.