Closed fernandomm closed 2 years ago
Sure, a PR would be great! It's likely this is old CSS that was relevant to a previous version of Gutenberg and may now be causing problems.
I was able to reproduce 1.
For 2 this is seen in core Gutenberg too. The icon shouldn't actually appear, and this was fixed in #157
I can't reproduce 3, but maybe there are some other local differences.
4 is probably worth splitting off into a separate issue.
This will be fixed by #165 and #164
This should be fixed now.
I was running this project locally and noticed some CSS issues that aren't present in the "original" Gutenberg editor.
Some examples:
At least the 3 first issues seems to be caused by this CSS https://github.com/Automattic/isolated-block-editor/blob/9451d68a4e002a39f9badbb6fdef4f247325a4c8/src/components/block-editor/style.scss#L40-L50
After removing it the 3 first issues were fixed without any noticeable side effects. Is it safe to remove these custom rules? I can submit a PR if you're ok with it.