diff --git a/css/themes/dark.css b/css/themes/dark.css
index 3e6ca76..edd715d 100644
--- a/css/themes/dark.css
+++ b/css/themes/dark.css
@@ -662,7 +662,7 @@
 #layout-builder-modal input[type="week"] {
   color: #ffffff;
   padding: .65rem 1rem;
-  height: auto;
+  height: 100%;
   vertical-align: middle;
   border-radius: 8px;
   border: 2px solid #727579;
diff --git a/css/themes/light.css b/css/themes/light.css
index 03eaada..adcad00 100644
--- a/css/themes/light.css
+++ b/css/themes/light.css
@@ -662,7 +662,7 @@
 #layout-builder-modal input[type="week"] {
   color: #383A40;
   padding: .65rem 1rem;
-  height: auto;
+  height: 100%;
   vertical-align: middle;
   border-radius: 8px;
   border: 2px solid #dbdbdb;
diff --git a/scss/themes/dialog/components/_off-canvas.reset.scss b/scss/themes/dialog/components/_off-canvas.reset.scss
index 80447e5..fb035d1 100644
--- a/scss/themes/dialog/components/_off-canvas.reset.scss
+++ b/scss/themes/dialog/components/_off-canvas.reset.scss
@@ -22,7 +22,7 @@ input[type="url"],
 input[type="week"] {
   color: $panel_text_color;
   padding: .65rem 1rem;
-  height: auto;
+  height: 100%;
   vertical-align: middle;
   border-radius: $border_radius;
   border: 2px solid $tabs_bottom_border_color;
