Skip to content

Commit

Permalink
Fix NcBreadcrumbs styles to wrap buttons
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Oct 19, 2023
1 parent 0caa439 commit d77e806
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 d77e806

Please sign in to comment.