Skip to content

Commit

Permalink
TAB content column adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan-gote committed Jul 19, 2017
1 parent 1527f68 commit bb9b30f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amexio-ng-extensions",
"version": "1.0.39",
"version": "1.0.40",
"scripts": {
"build": "gulp build",
"build:watch": "gulp",
Expand Down
3 changes: 1 addition & 2 deletions src/bootstrap3/tabpane/tabpane.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ export class TabPaneComponent implements OnInit,AfterContentInit {
this.position = 1;
this.vertical = false;
this.tapPosition = "left";
this.tabPosition = "col-md-2"
this.contentCol = "tabcontent";
this.contentCol = "tabcontent col-md-12";
this.verticalText = false;
}

Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amexio-ng-extensions",
"version": "1.0.39",
"version": "1.0.40",
"repository": {
"type": "git",
"url": "https://github.com/meta-magic/amexio.github.io"
Expand Down

0 comments on commit bb9b30f

Please sign in to comment.