.example-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#myGrid {
    flex: 1 1 0px;
    width: 100%;
}

.custom-column-label {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
}

.custom-column-label-icon {
    color: var(--ag-accent-color);
}

.custom-column-label-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
