Skip to content

Commit

Permalink
contaoner width changed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMoiseev committed Sep 14, 2023
1 parent d2a7673 commit c785086
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -36,7 +36,7 @@

::ng-deep .tabs-container {
display: flex;
max-width: 600px;
max-width: 675px;
}

::ng-deep .caption {
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 @@ -36,7 +36,7 @@

.tabs-container {
display: flex;
max-width: 600px;
max-width: 675px;
}

.caption {
Expand Down
2 changes: 1 addition & 1 deletion JSDemos/Demos/Tabs/Overview/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default {
.tabs-container {
display: flex;
max-width: 600px;
max-width: 675px;
}
.caption {
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 @@ -36,7 +36,7 @@

.tabs-container {
display: flex;
max-width: 600px;
max-width: 675px;
}

.caption {
Expand Down

0 comments on commit c785086

Please sign in to comment.