From 6a4c3ea54203d6a33b9ffec803681344f7f23093 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 6 Dec 2019 16:05:24 +0100 Subject: [PATCH] layout: Don't use explicit `width` anymore to resize multiple columns --- public/css/icinga/responsive.less | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/public/css/icinga/responsive.less b/public/css/icinga/responsive.less index e96009d84..993fe836f 100644 --- a/public/css/icinga/responsive.less +++ b/public/css/icinga/responsive.less @@ -202,16 +202,8 @@ border-left: 1px solid @gray-lighter; } -#layout.twocols > #main > .container { - width: 50%; -} - -#layout.twocols.wide-layout #col1 { - width: 33.33%; -} - #layout.twocols.wide-layout #col2 { - width: 66.66%; + flex-grow: 2; } // Safe areas for iPhone X