Skip to content

Commit 3a0caf6

Browse files
committed
fix: fix paddings on smaller screens
1 parent 900cde6 commit 3a0caf6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • packages/devextreme/js/__internal/scheduler/appointment_popup

packages/devextreme/js/__internal/scheduler/appointment_popup/m_form.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ export class AppointmentForm {
212212
showValidationSummary: false,
213213
scrollingEnabled: false,
214214
labelLocation: 'top',
215+
colCountByScreen: {
216+
xs: 1,
217+
},
215218
elementAttr: {
216219
class: CLASSES.form,
217220
},

0 commit comments

Comments
 (0)