From c2bdce8d89f0b94dee22ddeaa455439d73b2ad99 Mon Sep 17 00:00:00 2001 From: MichalKinas <113341662+MichalKinas@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:22:20 +0200 Subject: [PATCH] [ACS-8503] Attached file icon properly aligned (#10047) --- .../widgets/content-widget/attach-file-widget.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.scss b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.scss index e54a46d1aa..8b0b9eefb5 100644 --- a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.scss +++ b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.scss @@ -67,7 +67,7 @@ } &-attach-widget__icon { - padding: 6px; + padding: 17px 6px; float: left; cursor: pointer; }