@media screen and (max-width: 1400px) {
    .dialog-wrapper {
        width: 100%;
        transition: width 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }

    .dialog-wrapper-no-toolbar {
        width: 100%;
        transition: width 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }
}