File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
packages/devextreme-scss/scss/widgets
generic/tabPanel/layout/tab
material/tabs/layout/tab/styling-mode Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7575 }
7676}
7777
78- .dx-tabs :not ( .dx-tabs-vertical ) .dx-tabs-scrollable .dx-tab {
78+ .dx-tabs.dx-tabs-horizontal .dx-tabs-scrollable .dx-tab {
7979 flex-basis : 100% ;
8080 min-width : max-content ;
8181}
125125}
126126
127127.dx-rtl {
128- & .dx-tabs :not ( .dx-tabs-vertical ) {
128+ & .dx-tabs.dx-tabs-horizontal {
129129 flex-direction : row-reverse ;
130130 }
131131}
Original file line number Diff line number Diff line change 2424 }
2525}
2626
27- .dx-tabpanel-tabs .dx-tabs :not ( .dx-tabs-vertical ) {
27+ .dx-tabpanel-tabs .dx-tabs.dx-tabs-horizontal {
2828 .dx-tabpanel-tab {
2929 max-width : $generic-tabpanel-tabs-item-width ;
3030 }
3131}
3232
33- .dx-tabs-nav-buttons :not ( .dx-tabs-vertical ) {
33+ .dx-tabs-nav-buttons.dx-tabs-horizontal {
3434 .dx-tabpanel-tab {
3535 width : $generic-tabpanel-tabs-item-width ;
3636 max-width : unset ;
Original file line number Diff line number Diff line change 1515
1616
1717.dx-tabs-styling-mode-primary {
18- & .dx-tabs :not ( .dx-tabs-vertical ) .dx-tabs-scrollable .dx-tab {
18+ & .dx-tabs.dx-tabs-horizontal .dx-tabs-scrollable .dx-tab {
1919 flex-basis : auto ;
2020 min-width : $material-tab-min-width ;
2121 }
You can’t perform that action at this time.
0 commit comments