CSS issue since 2.0.51.1
-
Hi. There’s a CSS bug which has been present since 2.0.51.1. I’ve tried updating a few times since then, and always have to rollback. I only use the classic editor, so I’m not sure if it’s also an issue with Gutenberg. I’ve also checked it on several websites running the classic editor with different themes, and the same issue happens each time.
Here’s how it looks in 2.0.51.1 and prior versions:
After updating it creates two errors:?the expand-table button drops down to the next line, and there’s a large amount of white space to the left of the table:
It looks like it’s related to the following css:
.ez-toc-wrap-right {
margin: 0 0 1em auto !important;
}Adding float: right; to that fixes the white space, although the expand-table toggle is still on the line below.
- You must be logged in to reply to this topic.