-
Notifications
You must be signed in to change notification settings - Fork 908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right edge of Next button disappears #150
Comments
Hi Thanks so much for reporting the bugs. I am surprised for this one, it did not show on my browser. |
Ah I see why I missed it, I use Firefox for dev. |
This bug happens on chrome when <span>
{{ site.theme_settings.str_next_page }}
<i class="fa fa-chevron-right"></i>
</span> |
Thanks! That will help me troubleshoot and find a fix. |
It should be all good now. The issue was because of the css of the display: inline-block; Basically |
* [Docs] Add missing language GH issue links * [Docs] Add missing languages to sidebar * [Docs] Check GH issue tracking checkbox * [Docs] Fix unneeded closing sign
The text was updated successfully, but these errors were encountered: