How to make admin panel backend FULL Width

At first it is required to add an ability to specify your CSS for admin panel

Then try to use the following code

#main_column {
    .navbar-admin-top, .admin-content-wrap, .content-wrap {
        max-width: none !important;
    }
}

(!) Not tested