We use drone with my company’s GitHub Enterprise that happens to use a custom url for the GitHub Avatars. Because of this, the “default” user avatar icons get loaded, however the styling seems a bit off on every page except for the main dashboard page. Notice how all of the letters that are supposed to be inside the bubble appear warped?
Using chrome’s dev-tools, changing the html element to from a “span” to a “div” it appears to correct the issue. Thank you!