From 3e896c4335b183aea9ab7dc29530c38368ed86d3 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Wed, 11 Sep 2024 02:07:05 +0200 Subject: [PATCH] Attachment Modal: Add spacing to the file download preview modal (#4967) --- src/components/common/File.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/File.scss b/src/components/common/File.scss index 06c134db1..a7fd5898c 100644 --- a/src/components/common/File.scss +++ b/src/components/common/File.scss @@ -18,6 +18,7 @@ .file-icon-container { position: relative; + margin-inline-end: 0.75rem; } .file-progress,