From b82e08bfae16eb69171cbfc7b0157910d634adda Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 12 May 2016 11:50:10 +0200 Subject: [PATCH] fix widths of boxes in the new chat-ticket --- app/assets/stylesheets/zammad.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 5f05fd5bf..eb6fcc02a 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -5278,7 +5278,7 @@ footer { } & > .box { - flex: 1; + width: calc(50% - 47px); margin: 34px; } @@ -5288,6 +5288,7 @@ footer { } .boxFade { + width: 94px; top: 34px; height: 100%; position: absolute;