/* public/css/admin.css */
:root {
    /* make the backend contents as wide as the browser window */
    --body-max-width: 100%;
    /* remove all border radius to make corners straight */
    --border-radius: 0px;
}

#content-resizer-handler {
    display : none;
}

.empty-row {
    display: none;
}