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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported by https://twitter.com/MattTams/status/753619416223457280
The text was updated successfully, but these errors were encountered: