From 8d37feceb64bcb894fa0941e2a8243b391f59ddf Mon Sep 17 00:00:00 2001 From: Mantas Masalskis Date: Wed, 29 Sep 2021 10:09:08 +0200 Subject: [PATCH] Fixes #3772 - Existing tickets: New article modal with padding-left: 0; padding-right: 0; --- app/assets/stylesheets/zammad.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 55370dabd..5be9eecfd 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: 0; - padding-right: 0; + padding-left: 12px; + padding-right: 12px; cursor: text; } @@ -7057,7 +7057,12 @@ footer { .attachments:not(:empty) { padding: 9px 5px; border-top: 1px solid hsl(0,0%,93%); - margin: 6px 0 30px; + margin: 6px -12px 30px; + } + + .ticket-create .attachments:not(:empty) { + margin-left: 0; + margin-right: 0; } .attachment.attachment--row {