diff --git a/src/styles/components/datepicker.scss b/src/styles/components/datepicker.scss index fb0c610b9..901c95376 100644 --- a/src/styles/components/datepicker.scss +++ b/src/styles/components/datepicker.scss @@ -62,7 +62,7 @@ } @media screen and (max-width: ($tablet)) { - width: calc(100vw - 4rem); + width: calc(100vw - 5rem); } } } \ No newline at end of file