Increase width of the campaign name dropdown

[MAILPOET-5646]
This commit is contained in:
Rostislav Wolny
2023-12-13 15:37:07 +01:00
committed by Aschepikov
parent e37f42ac58
commit e05264cadd

View File

@@ -26,7 +26,7 @@
// Document actions - Popup for editing email/campaign title
.mailpoet-email-editor-campaign-name__dropdown {
.components-popover__content {
min-width: 240px;
min-width: 280px;
padding: 0;
}