From 23c8db7e58f66c7c6ff8846560cc231730bab663 Mon Sep 17 00:00:00 2001 From: Romit Choudhary Date: Wed, 29 Sep 2021 11:24:50 +0200 Subject: [PATCH] Fixes #2351 - Unable to cancel attachment upload --- 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 62d8ff644..a4e80733d 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -7051,7 +7051,7 @@ footer { padding: 10px 0; color: #b3b3b3; overflow: hidden; - @extend .u-unclickable, .u-textTruncate; + @extend .u-textTruncate; } .attachments:not(:empty) {