Skip to content

Commit fcd6228

Browse files
committed
fix: datepicker layout size for smaller screens
1 parent 81191ae commit fcd6228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default createEodash({
152152
? {
153153
id: "expert-datepicker",
154154
type: "internal",
155-
layout: { x: 4, y: 6, w: 4, h: 6 },
155+
layout: { x: 4, y: 3, w: 4, h: 9 },
156156
title: "Date",
157157
widget: {
158158
name: "EodashDatePicker",

0 commit comments

Comments
 (0)