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

Use 100% width for rst-footer-buttons #366

Closed
wants to merge 2 commits into from
Closed

Use 100% width for rst-footer-buttons #366

wants to merge 2 commits into from

Conversation

Blendify
Copy link
Member

@Blendify Blendify commented Mar 3, 2017

This fixes the buttons from jumping around on small pages/ resizing

Blendify and others added 2 commits March 3, 2017 11:20
This fixes the buttons from jumping around on small pages/ resizing
@ericholscher
Copy link
Member

Is there an example that this fixes? Would be good to understand a bit more.

@Blendify
Copy link
Member Author

Blendify commented Mar 3, 2017

broken page

Here is an example

@Blendify
Copy link
Member Author

Blendify commented Mar 3, 2017

To fix this we did:

.rst-footer-buttons::before , .rst-footer-buttons::after{
	width: 100%;
}

I assume this does the same thing; just started using sass today.

@Blendify
Copy link
Member Author

Blendify commented Mar 3, 2017

planing changes here

@ericholscher
Copy link
Member

Seems like a reasonable fix, thanks. I'll take a look and merge it next week.

@Blendify
Copy link
Member Author

Blendify commented Mar 4, 2017

See #370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants