diff --git a/demo/index.css b/demo/index.css index bd820791..8a976e11 100644 --- a/demo/index.css +++ b/demo/index.css @@ -17,3 +17,7 @@ color: white !important; } } + +.wrapper-calendar { + @apply w-[550px] +} diff --git a/demo/index.html b/demo/index.html index 0c6370f0..29a96adf 100644 --- a/demo/index.html +++ b/demo/index.html @@ -5,7 +5,7 @@
A pure JavaScript date and time picker using TypeScript so it supports any JS framework and library.
- +