From 89944a1ccaf19449a440295dc8e61f898df89cfe Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 28 Aug 2023 20:39:52 +0200 Subject: [PATCH] fix(FilePicker): Make height of FilePicker fixed and fill with loading skeletons Signed-off-by: Ferdinand Thiessen --- lib/components/FilePicker/FileList.vue | 14 ++++++++++++-- lib/components/FilePicker/FilePicker.vue | 14 ++++++++++++-- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/lib/components/FilePicker/FileList.vue b/lib/components/FilePicker/FileList.vue index 4400ae720..8abc3e609 100644 --- a/lib/components/FilePicker/FileList.vue +++ b/lib/components/FilePicker/FileList.vue @@ -51,7 +51,7 @@