From bb94cb14e411506deb0df6fd6272be5ea75a8572 Mon Sep 17 00:00:00 2001 From: Artur Lang <209750178+artur-langl@users.noreply.github.com> Date: Fri, 14 Nov 2025 14:46:17 +0200 Subject: [PATCH] fix(file-dropzone): fix aligment of info button in file-dropzone #186 --- .../form/file-dropzone/file-dropzone.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/community/components/form/file-dropzone/file-dropzone.component.scss b/community/components/form/file-dropzone/file-dropzone.component.scss index 97fc1c6cb..1ea8c1f65 100644 --- a/community/components/form/file-dropzone/file-dropzone.component.scss +++ b/community/components/form/file-dropzone/file-dropzone.component.scss @@ -17,3 +17,7 @@ .tedi-file-dropzone__tooltip--error .tedi-info-button { --button-main-neutral-text-default: var(--red-700); } + +.tedi-file-dropzone__file-name { + display: flex; +}