Skip to content
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

Fix minifier error with spacing in next-prev-page #6

Merged
merged 1 commit into from
May 11, 2020

Conversation

jhollowe
Copy link
Contributor

@jhollowe jhollowe commented May 4, 2020

when using --minify with hugo, the space characters used for padding are removed. Adding a p-1 class to the chevrons is sufficient to fix this.

when using --minify, the space characters used for padding are removed. Adding a p-1 class to the chevrons is sufficient to fix this
@jhollowe
Copy link
Contributor Author

jhollowe commented May 4, 2020

Also, I feel like the disableNavChevron should either be on just the chevron icons, or disable the entire div/partial. Right now setting disableNavChevron to true just leaves an empty floating box at the bottom of the page.

@julianflapper julianflapper added the bug Something isn't working label May 5, 2020
@julianflapper julianflapper merged commit 6563b8e into vantagedesign:master May 11, 2020
julianflapper pushed a commit that referenced this pull request May 11, 2020
Fix minifier error with spacing in next-prev-page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants