You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a rather ugly hotfix:
Add padding to the left of the #nav > ul > li > a > span element. You can drop this line around the 583rd line of jekyll-theme-prologue.scss
padding-left: 1.25em;
You can change the actual value until none of the text overlaps. 1.25em worked for but you might need to go as high as 2em.
This is an ugly solution because adds unnecessary padding to the left even when the icon is to the right. I couldn't figure any other way of doing it however.
See picture, the navigation bar.
The text was updated successfully, but these errors were encountered: