Add max height to filter dropdown

[MAILPOET-5415]
This commit is contained in:
Jan Jakes
2023-06-22 11:29:08 +02:00
committed by Aschepikov
parent 0c6ecbd8b2
commit 0e2a66d38d

View File

@ -1,6 +1,7 @@
.mailpoet-automation-editor-step-filters {
display: grid;
gap: 8px;
max-height: 400px;
padding: 8px;
width: 300px;
}