diff --git a/app/src/interfaces/_system/system-filter/input-component.vue b/app/src/interfaces/_system/system-filter/input-component.vue
index 9d7a2dfc0c..52bd68db32 100644
--- a/app/src/interfaces/_system/system-filter/input-component.vue
+++ b/app/src/interfaces/_system/system-filter/input-component.vue
@@ -26,12 +26,32 @@
allow-other
@update:model-value="emitValue($event)"
/>
+
+
+
+
+
+
+
+
+
+
+
{{ displayValue }}
@@ -188,4 +208,8 @@ input {
position: relative;
min-width: 800px;
}
+
+.date-input {
+ min-width: 400px;
+}