From 7b9e7ea0bcfe8ee90d268458107ae689e2553a85 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 4 Nov 2015 12:57:34 +0100 Subject: [PATCH] fix dashboard tabs --- app/assets/stylesheets/zammad.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 06f5b5245..3d29eee00 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -2082,7 +2082,14 @@ ol.tabs li { } .dashboard .wide-tabs { - width: 60%; + width: 50%; + margin-left: auto; + margin-right: auto; + display: flex; + + .tab { + flex: 1; + } } .wide-tabs .tab:first-child {