Skip to content

Commit

Permalink
Merge pull request #996 from nextcloud-libraries/backport/01a0340b26d…
Browse files Browse the repository at this point in the history
…4d9078a38daa22cf82e00c7ad2518

[stable4] fix: breadcrumbs grow
  • Loading branch information
susnux committed Sep 13, 2023
2 parents 3912dd6 + fc69c51 commit 9b41cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/FilePicker/FilePickerBreadcrumbs.vue
Expand Up @@ -125,7 +125,7 @@ const pathElements = computed(() => props.path.split('/')
.file-picker {
&__breadcrumbs {
// ensure the breadcrumbs have a static height
flex-grow: 0;
flex-grow: 0 !important;
}
}
</style>

0 comments on commit 9b41cc8

Please sign in to comment.