Improve the look of labels in the save items popup in the editor
[MAILPOET-6335]
This commit is contained in:
committed by
Aschepikov
parent
c64e4caf27
commit
43f7542c64
@ -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%;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user