From dac4d69bee91a938038948bbc6dbdc75eb595f58 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Tue, 7 Oct 2014 09:59:34 +0200 Subject: [PATCH] ticket title same width as articles --- app/assets/stylesheets/zzz.css.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index 8e6e66763..69b354089 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -2435,7 +2435,8 @@ footer { } .ticket-title { - max-width: 596px; + max-width: 800px; + padding: 0 81px; } .ticket-title h1 {