From 1035634c7010c42685ff20b510507625536b5975 Mon Sep 17 00:00:00 2001 From: Jeremie Constant Date: Tue, 19 Sep 2017 17:58:17 +0200 Subject: [PATCH] [Fix] Column width not responding to colspan When using GridElements you couldn't get unequal length columns in the backend using colspan = 2 or higher. This fix removes the column width override so you can use backendlayouts with colspan and gridelements together. --- Resources/Public/Backend/Css/Skin/t3skin_override.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Resources/Public/Backend/Css/Skin/t3skin_override.css b/Resources/Public/Backend/Css/Skin/t3skin_override.css index d7ca8ca..699817b 100644 --- a/Resources/Public/Backend/Css/Skin/t3skin_override.css +++ b/Resources/Public/Backend/Css/Skin/t3skin_override.css @@ -24,7 +24,6 @@ .t3-page-columns { border-spacing: 10px !important; - width: auto; min-width: 100%; } @@ -393,4 +392,4 @@ .t3-grid-cell-horizontal > .t3js-sortable > .t3js-page-ce-sortable { display: inline-block; vertical-align: top; -} \ No newline at end of file +}