From b9755a49562fefdd36d3eb9cb08c49cffb29ce88 Mon Sep 17 00:00:00 2001 From: Mantas Date: Thu, 8 Oct 2020 16:24:18 +0300 Subject: [PATCH] Fixes #3246 - Knowldge Base internal answer view goes out of screen if previous or next answer title is very long --- app/assets/stylesheets/zammad.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index fe1be3336..1d22274cf 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -11527,6 +11527,7 @@ span.is-disabled { } &-main { + width: 100%; @include ltr(transition, margin-right 500ms); @include ltr(margin-right, 280px); @include rtl(transition, margin-left 500ms);