Skip to content

Commit 646e033

Browse files
committed
fix(tabs): fixed tabs vertical pills for bs4
fixes #2481
1 parent 08170ed commit 646e033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tabs/tabset.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export class TabsetComponent implements OnDestroy {
134134
protected setClassMap():void {
135135
this.classMap = {
136136
'nav-stacked': this.vertical,
137+
'flex-column': this.vertical,
137138
'nav-justified': this.justified,
138139
[`nav-${this.type}`]: true
139140
};

0 commit comments

Comments
 (0)