﻿
/* Stretch items to fill the same height as sibling columns */
/*.equal-height {
    display: flex;
    gap: 10px;*/ /* optional spacing between checkboxes */
/*}

    .equal-height .dx-formlayout-item {
        flex: 1;*/ /* each item stretches equally */
        /*display: flex;
        align-items: center;*/ /* vertically center checkbox */
    /*}*/

    /* Make checkboxes stretch to fill column if needed */
    /*.equal-height .dx-checkbox {
        width: 100%;
        height: 100%;
    }*/
