Skip to content

Commit

Permalink
fix(tabPanel): Replace overview
Browse files Browse the repository at this point in the history
  • Loading branch information
marker-dao committed Sep 17, 2023
1 parent 2acc776 commit dd560ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

::ng-deep .dx-theme-material .dx-tabpanel {
border-radius: 8px;
overflow: hidden;
overflow: clip;
}

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

.dx-theme-material .dx-tabpanel {
border-radius: 8px;
overflow: hidden;
overflow: clip;
}

.dx-tabs-vertical {
Expand Down
2 changes: 1 addition & 1 deletion JSDemos/Demos/TabPanel/Overview/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default {
.dx-theme-material .dx-tabpanel {
border-radius: 8px;
overflow: hidden;
overflow: clip;
}
.dx-tabs-vertical {
Expand Down
2 changes: 1 addition & 1 deletion MVCDemos/Content/DemosStyles/TabPanel/Overview.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

.dx-theme-material .dx-tabpanel {
border-radius: 8px;
overflow: hidden;
overflow: clip;
}

.dx-tabs-vertical {
Expand Down
2 changes: 1 addition & 1 deletion NetCoreDemos/wwwroot/css/DemosStyles/TabPanel/Overview.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

.dx-theme-material .dx-tabpanel {
border-radius: 8px;
overflow: hidden;
overflow: clip;
}

.dx-tabs-vertical {
Expand Down

0 comments on commit dd560ea

Please sign in to comment.