Skip to content

Commit 0dd3f87

Browse files
fix: use flex-end in justify- instead of end to fix Next.js warnings (DevExpress#29806)
1 parent c99a8ab commit 0dd3f87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/devextreme-scss/scss/widgets/base/chat/layout/chat-messagegroup/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
}
4141

4242
.dx-chat-messagegroup-alignment-end {
43-
justify-items: end;
43+
justify-items: flex-end;
4444
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $fluent-scheduler-agenda-time-panel-cell-padding: 8px;
118118
.dx-scheduler-all-day-title {
119119
display: flex;
120120
align-items: center;
121-
justify-content: end;
121+
justify-content: flex-end;
122122
height: $fluent-scheduler-all-day-table-cell-height;
123123
font-size: $fluent-scheduler-all-day-title-font-size;
124124
border-bottom: baseScheduler.$scheduler-base-border;

0 commit comments

Comments
 (0)