From c88feccdf241c266e67251b7ad86f0e351bb0db0 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 21 Apr 2017 14:08:37 +0200 Subject: [PATCH] Fix splitter line in split widget does not always get fullwidth --- api/templates/default/etemplate2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 7d3de87f22..eb944a7428 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -118,6 +118,7 @@ div.et2_hbox > div { .splitter-bar-horizontal { cursor: ns-resize; height: 5px; + width:100% !important; } /* Hide iframes so moving works */ .splitter-iframe-hide {