Closed
Description
I really don't know why do I see things like this by default in Gutenberg (I don't load any custom admin styles whatsoever):
The following should be removed to fix this, I don't know why it's even there?
.components-base-control .components-base-control__help {
font-style: italic;
margin-bottom: 0;
margin-top: -8px;
}
/wp-content/plugins/gutenberg/build/components/style.css
Then the style is fixed.
Activity