Fix splitter line in split widget does not always get fullwidth

This commit is contained in:
Hadi Nategh 2017-04-21 14:08:37 +02:00
parent 524296b757
commit ba7f8f2d80

View File

@ -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 {