From fc69c515a751b854294bd3cad11234d4249c0ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 7 Sep 2023 16:29:32 +0200 Subject: [PATCH] fix: breadcrumbs grow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- lib/components/FilePicker/FilePickerBreadcrumbs.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/FilePicker/FilePickerBreadcrumbs.vue b/lib/components/FilePicker/FilePickerBreadcrumbs.vue index 51d8f2d0..82fba8cd 100644 --- a/lib/components/FilePicker/FilePickerBreadcrumbs.vue +++ b/lib/components/FilePicker/FilePickerBreadcrumbs.vue @@ -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; } }