Improve the look of labels in the save items popup in the editor

[MAILPOET-6335]
This commit is contained in:
Rostislav Wolny
2024-12-12 16:22:05 +01:00
committed by Aschepikov
parent c64e4caf27
commit 43f7542c64

View File

@ -51,3 +51,8 @@
display: none; display: none;
} }
} }
// Ensure checkbox controls in save panel dropdown to span the full width
.mailpoet-email-editor-save-button__dropdown .components-panel__row .components-checkbox-control {
width: 100%;
}