/* Fix for restricted sidebar width in editor pages*/ 

@media (min-width: 782px) {
    .interface-complementary-area {
        width: 100% !important;
    }
}

.interface-complementary-area {
        width: 100% !important;
    }

