﻿/* MudStepper that fills available vertical space */
.full-height-stepper {
    flex: 1 1 auto;
}
/* div that contains stepper content */
.full-height-stepper > div:nth-child(2) {
    flex: 1 1 auto;
}

.mud-dialog .mud-dialog-content {
    overflow: visible;
}

.column-header-tooltip {
    height: 20px;
}
