• Resolved nicomollet

    (@nicomollet)


    Hello
    The Mailjet CSS for the admin area overrides #wpbody-content with a padding-right: 20px; which creates an horizontal scroll bar on the whole admin.

    Please restrict your CSS to the Mailjet page and not the whole admin.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter nicomollet

    (@nicomollet)

    Another CSS breaks the admin, for .label class.

    
    .label {
        display: inline;
        padding: .2em .6em .3em;
        font-size: 75%;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
    }
    

    Well, actually it looks like you load Bootstrap CSS for the whole admin, for everypage, through this file:
    /wp-content/plugins/mailjet-for-wordpress/src/widget/css/bootstrap.css
    Real bad practise…

    • This reply was modified 5 years, 10 months ago by nicomollet.

    Bumping the issue raised by @nicomollet

    Plugin Author Mailjet

    (@mailjet)

    Hello, we are investigating what would be the best way to improve the situation and will release an updated version along with some other fixes.

    Plugin Author Mailjet

    (@mailjet)

    Hello, version 5.0.6 was just released and should not have this issue anymore.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘admin CSS needs fix’ is closed to new replies.