Replies: 1
Your recent update introduced a new WP Screen Option: “WP Mail SMTP.”
The screen option has a couple of bugs:
(1) It is not capturing “Sent Emails” (regular or test emails)
(2) The “gear” icon shown inside the dropdown menu is not centered.
Current CSS for the icon is:
.wp-mail-smtp-dash-widget .wp-mail-smtp-dash-widget-block-settings .wp-mail-smtp-dash-widget-settings-button .dashicons {
width: 20px;
height: 20px;
font-size: 20px;
margin-top: 4px;
}
CSS should be:
.wp-mail-smtp-dash-widget .wp-mail-smtp-dash-widget-block-settings .wp-mail-smtp-dash-widget-settings-button .dashicons {
width: 20px;
height: 20px;
font-size: 20px;
margin-top: -2px;
}
Click here for details.
Thank you!