Skip to content

Commit 8eccb4e

Browse files
committed
fix: structure mode
1 parent 0da822a commit 8eccb4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/pluggableWidgets/calendar-web/src/Calendar.editorConfig.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ export function getPreview(_values: CalendarPreviewProps, isDarkMode: boolean):
8181
borders: true
8282
})(
8383
rowLayout({
84-
columnSize: "fixed",
84+
columnSize: "grow",
8585
padding: 6
8686
})(
87-
{
87+
container({ padding: 4, grow: 0 })({
8888
type: "Image",
8989
document: decodeURIComponent((isDarkMode ? IconSVGDark : IconSVG).replace("data:image/svg+xml,", "")),
9090
width: 16,
9191
height: 16
92-
},
92+
}),
9393
container({
9494
padding: 4
9595
})(text({ fontColor: palette.text.primary })("Calendar"))

0 commit comments

Comments
 (0)