From 8bf6c1098bf08ff604618f4b0474bd299ebdca0f Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 18 May 2017 10:46:31 +0200 Subject: [PATCH] Unleash New Ticket Width see #1059 --- 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 616fff940..79e200af3 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -5529,7 +5529,7 @@ footer { } .box.box--newTicket { - max-width: 658px; + max-width: 1080px; margin-left: auto; margin-right: auto; }