diff options
Diffstat (limited to 'packages/frontend/src/widgets/calendar.vue')
| -rw-r--r-- | packages/frontend/src/widgets/calendar.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/widgets/calendar.vue b/packages/frontend/src/widgets/calendar.vue index 99bd36e2fc..106cd5f24d 100644 --- a/packages/frontend/src/widgets/calendar.vue +++ b/packages/frontend/src/widgets/calendar.vue @@ -115,7 +115,7 @@ defineExpose<WidgetComponentExpose>({ }); </script> -<style lang="scss" scoped> +<style lang="scss"> .mkw-calendar { padding: 16px 0; |