Skip to content

Commit

Permalink
Merge pull request #987 from nextcloud-libraries/fix/breadcrubs
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Sep 7, 2023
2 parents d7b5adc + 01a0340 commit 6fb2a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/FilePicker/FilePickerBreadcrumbs.vue
Original file line number Diff line number Diff line change
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 6fb2a12

Please sign in to comment.