
.dataTableEditor-modal-button {
    position: relative;
    text-decoration: underline;
    cursor: pointer;
    color: #2196f3;
    text-decoration-style: dashed;
}
.dataTableEditor-modal-body {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: stretch;
    justify-items: stretch;
}
