-
Notifications
You must be signed in to change notification settings - Fork 418
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
Content Reordering potion doesn’t work in Firefox #30
Comments
Hey, this is an awesome project and I would love to contribute :) Where can I start? |
Hey @afzalsayed96 thanks so much! This potion should either be removed or re-written to use the CSS |
Hi @adamschwartz thanks for your response! .example-ruby .simulate-section .simulate-div {
display: block;
padding: .5em 1em;
+ white-space: pre-line;
+ word-break: break-all;
+ word-wrap: break-word;
+ overflow-x: auto;
} .example-ruby rt {
font-size: inherit;
+ margin: 10em auto;
} What do you think? |
I appreciate the effort! But in light of this recent HN thread I decided it was probably overdue to we start recommending |
Reported by https://twitter.com/MattTams/status/753619416223457280
The text was updated successfully, but these errors were encountered: