wpcasa icon indicating copy to clipboard operation
wpcasa copied to clipboard

[BUG] Icons in WPCasa Admin Dashboard are shifted

Open JoeHana opened this issue 4 years ago • 1 comments

Prerequisites

  • [x] I've read and tried everything from the troubleshooting guide, but the issue persists.
  • [x] I've experience in webdevelopment
  • [ ] I'm new to WordPress
  • [ ] I've already fixed/I'm going to fix this bug and have submitted/going to submit it as PR.

Description

For some reason all the icons on the buttons are shifted in the WPCasa Admin Dashboard Panel (Check Screenshot below) Checking the console it seems like this is caused by the following CSS from the wpsight-admin.min.css

.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel .button-text-icon span {
    position: relative;
    top: 11px;
    margin-right: 5px;
}

Removing the top: 11px; fixes this issue. However, I'm currently not sure why exactly this has been added in the first place. There must be a reason

Screenshots and Attachments

WPCasa-Settings-‹-WPCasa-London-—-WordPress

JoeHana avatar Jul 23 '20 16:07 JoeHana