Skip to content

Commit d22909d

Browse files
AmbrozyVladimir Bushmanov
and
Vladimir Bushmanov
authored
T1262143: fix all day rtl view for fluent theme (#29385)
Co-authored-by: Vladimir Bushmanov <[email protected]>
1 parent 58a58c0 commit d22909d

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

packages/devextreme-scss/scss/widgets/fluent/scheduler/_index.scss

+4
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ $fluent-scheduler-agenda-time-panel-cell-padding: 8px;
125125
text-align: right;
126126
padding-right: $fluent-scheduler-agenda-time-panel-cell-padding;
127127

128+
.dx-rtl & {
129+
justify-content: start;
130+
}
131+
128132
.dx-scheduler-small & {
129133
font-size: $fluent-scheduler-all-day-title-font-size * 0.8;
130134
padding-right: 2px;

0 commit comments

Comments
 (0)