From 0e2a66d38dfbbd5ffa5eae18f458c0d21b98a14c Mon Sep 17 00:00:00 2001 From: Jan Jakes Date: Thu, 22 Jun 2023 11:29:08 +0200 Subject: [PATCH] Add max height to filter dropdown [MAILPOET-5415] --- .../css/src/components-automation-editor/_step-filters.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/mailpoet/assets/css/src/components-automation-editor/_step-filters.scss b/mailpoet/assets/css/src/components-automation-editor/_step-filters.scss index 5624c0527a..2255f28994 100644 --- a/mailpoet/assets/css/src/components-automation-editor/_step-filters.scss +++ b/mailpoet/assets/css/src/components-automation-editor/_step-filters.scss @@ -1,6 +1,7 @@ .mailpoet-automation-editor-step-filters { display: grid; gap: 8px; + max-height: 400px; padding: 8px; width: 300px; }