diff --git a/core/css/inputs.scss b/core/css/inputs.scss
index 4195cb1dea078e4358dd4aad4f7c04b6ba03f234..d28884d0c535171cba246618ad56fb8b078d2c57 100644
--- a/core/css/inputs.scss
+++ b/core/css/inputs.scss
@@ -761,7 +761,7 @@ input {
 		border: 1px solid var(--color-border-dark);
 		background: var(--color-main-background);
 		z-index: 50;
-		max-height: 250px;
+		max-height: 175px !important; // 5 items and a half
 		overflow-y: auto;
 		.multiselect__content {
 			width: 100%;