From 438873fb31647c5cd86a0306117c7a4cbd2ed9fa Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 27 Apr 2017 12:00:22 +0200 Subject: [PATCH] Adjust limited article width to a max of 1280px see #957 --- app/assets/stylesheets/zammad.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 9da7f127a..45b25a7c2 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -4511,10 +4511,13 @@ footer { .ticket-article, .article-new { + max-width: 1280px; + margin: 0 auto; padding: 0 21px; } .ticket-title { + max-width: 1280px; padding: 0 81px; }