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; +}