Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Yesterday I merged a fix to the IconButton component which adds a `text-indent` for when the component has text. This works because the SVG inside is not affected by text-indent. But the quick-shortcuts in the block appender wrap this icon with a `span`, which _is_ affected by the text-indent. I can look for other solutions that do not rely on text-indent, but simply removing this span entirely seems to have no negative effects. Why was it added? No CSS appears to target the element.
- Loading branch information