Skip to content

Commit 3bec00b

Browse files
authored
Tabs: Align the content at the beginning of the block in vertical orientation
1 parent 4ac1006 commit 3bec00b

File tree

25 files changed

+7
-0
lines changed

25 files changed

+7
-0
lines changed

packages/devextreme/scss/widgets/base/_tabs.scss

+7
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@
124124
transform: rotate(90deg);
125125
}
126126
}
127+
128+
&.dx-tabs-icon-position-start,
129+
&.dx-tabs-icon-position-end {
130+
.dx-tab {
131+
justify-content: flex-start;
132+
}
133+
}
127134
}
128135

129136
.dx-tabs-icon-position-end .dx-tab-text {

0 commit comments

Comments
 (0)