From 49765ab8cef5e135bad8671da7188bb0994eb526 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 12 Sep 2023 16:32:18 +0200 Subject: [PATCH] fix(FilePicker): Align navigation and file list on medium and small display sizes Signed-off-by: Ferdinand Thiessen --- lib/components/FilePicker/FilePicker.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/components/FilePicker/FilePicker.vue b/lib/components/FilePicker/FilePicker.vue index 404dd705..e866af1a 100644 --- a/lib/components/FilePicker/FilePicker.vue +++ b/lib/components/FilePicker/FilePicker.vue @@ -282,6 +282,8 @@ export default { // Auto fit height min-height: 0; flex: 1; + // align with navigation on smaller screens + padding-inline: 2px; * { box-sizing: border-box;