CSS bug in admin
-
Hello!
I’m found a css bug on admin page.
The problem, the bug: (In the core css)
http://prntscr.com/azrl05
The old, wrong code: (.nav-tab-wrapper:not(.wp-clearfix):after { content: ""; display: table; clear: both; }Try add that code your plugin plugins/css/style.css
http://prntscr.com/azrkru.nav-tab-wrapper:not(.wp-clearfix):after { clear: left !important; }That code fix your display problem in the admin.
I’m like your plugin, good job! 🙂
The topic ‘CSS bug in admin’ is closed to new replies.