Skip to content

Commit

Permalink
fix(tabs): fixed tabs vertical pills for bs4
Browse files Browse the repository at this point in the history
fixes #2481
  • Loading branch information
valorkin committed Aug 23, 2017
1 parent 08170ed commit 646e033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tabs/tabset.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export class TabsetComponent implements OnDestroy {
protected setClassMap():void {
this.classMap = {
'nav-stacked': this.vertical,
'flex-column': this.vertical,
'nav-justified': this.justified,
[`nav-${this.type}`]: true
};
Expand Down

0 comments on commit 646e033

Please sign in to comment.