Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Fix permalink css styling on Firefox. (#19388)
This has been bothering me. The display has always looked correct in Chrome, but Firefox splits the icon (technically the text `icon` using the `Material Icons` font-family, not an actual image) over two lines: Before:  After:  I found two possible fixes: set `letter-spacing: initial;` or `display: inline;`. I don't have a preference.
- Loading branch information