Bug: top links on dashboard widget misaligned in WP 3.8
-
Hi – found a minor CSS bug in your excellent plugin on WP 3.8. The dashboard widget links at the top ( All (450) | Public (447) | Trash (6)
Expand | Collapse ) show squashed over to the left after updating WP.The fix is simple: I commented out this line in your CSS:
.cms_tpv_wrapper {
z-index: 10;
/* margin-right: 250px; */
}By the way, I also added this to the CSS to prevent long titles overspilling the narrower dashboard widget box on WP 3.8:
.jstree a {
max-width: 90%;
overflow: hidden;
}Hope that helps!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bug: top links on dashboard widget misaligned in WP 3.8’ is closed to new replies.