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

.specify-grow {
    flex-grow: 1;
}

.inherit-color {
    color: inherit;
}
