Skip to content

Commit

Permalink
fix: breadcrumbs grow
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv authored and susnux committed Sep 13, 2023
1 parent 415bac1 commit fc69c51
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 fc69c51

Please sign in to comment.