/* https://jonpolygon.com/bootstrap-tabs-100-percent-width-charts/ */

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: block;
    height: 0;
    overflow-y: hidden;
}

.tab-content > .active,
.pill-content > .active {
    height: auto;
}