From a08e33f0dc14086e10ac941900415bd719f79720 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 27 Apr 2017 12:11:24 +0200 Subject: [PATCH] Limited article width: settle for a max of 1080px see #957 --- app/assets/stylesheets/zammad.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 45b25a7c2..d9c25e461 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -4511,13 +4511,13 @@ footer { .ticket-article, .article-new { - max-width: 1280px; + max-width: 1080px; margin: 0 auto; padding: 0 21px; } .ticket-title { - max-width: 1280px; + max-width: 1080px; padding: 0 81px; }