.tab-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tab-pane {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}
