.ReactModal-content {
    overflow: visible;
    width: 90%;
    max-height: 95vh;
    min-height: 95vh;
}

.ReactModal-body {
    display: flex;
    flex: 1;
}

.StaggeredReleaseScheduleModal {
    display: flex;
    flex: 1;
    flex-direction: row;

    &-editor {
        margin-right: 30px;
    }

    .btn.btn-primary {
        letter-spacing: 1px;
        line-height: 1.5;
        padding: 0.65rem 1.2rem;
    }
}
