From a7def1d62dd3f4ff4ef83df4e9d36865019a02f6 Mon Sep 17 00:00:00 2001 From: Mantas Date: Thu, 23 Sep 2021 15:23:37 +0300 Subject: [PATCH] Fixes #3746 - Incorrect alignment in the listing of attachments when creating a ticket --- app/assets/stylesheets/zammad.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 835c22ebd..55370dabd 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -7017,8 +7017,8 @@ footer { .article-new .textBubble { border-color: #b3b3b3; border-radius: 5px; - padding-left: 12px; - padding-right: 12px; + padding-left: 0; + padding-right: 0; cursor: text; } @@ -7057,7 +7057,7 @@ footer { .attachments:not(:empty) { padding: 9px 5px; border-top: 1px solid hsl(0,0%,93%); - margin: 6px -12px 30px; + margin: 6px 0 30px; } .attachment.attachment--row {