From 640e8cbbe84ff6c44db4666ee7cbdbba0268fe0f Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 12 May 2016 10:35:43 +0200 Subject: [PATCH] fix attachment close x position --- app/assets/stylesheets/zammad.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 173b27a0a..52fdc90c2 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -4556,7 +4556,7 @@ footer { margin: 0 0 4px; } - .attachments .icon { + .attachments .icon-paperclip { position: absolute; left: 33px; top: 27px;