Skip to content

Commit

Permalink
width for tab changed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMoiseev committed Sep 14, 2023
1 parent 28ec86e commit d2a7673
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion JSDemos/Demos/Tabs/Overview/Angular/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

::ng-deep .dx-tab {
width: 120px;
width: 135px;
}

::ng-deep .tabs-container {
Expand Down
2 changes: 1 addition & 1 deletion JSDemos/Demos/Tabs/Overview/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

.dx-tab {
width: 120px;
width: 135px;
}

.tabs-container {
Expand Down
2 changes: 1 addition & 1 deletion JSDemos/Demos/Tabs/Overview/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

.dx-tab {
width: 120px;
width: 135px;
}

.tabs-container {
Expand Down

0 comments on commit d2a7673

Please sign in to comment.