Closed codylewis closed 6 years ago
Awesome, thank you @codylewis! I'll merge this in tonight, after I can merge in the changes I made for the MKEJS demo to master. This also pointed out something I need to change in the CI builds by handling permissions: pull requests shouldn't attempt to build to GitHub pages (which is why this failed), but should still run unit tests. Thanks again for catching this; looking forward to better cross-browser support
Thanks again, @codylewis. Merged, and also fixed #2, so that future PRs will only trigger a sample build & unit tests. Looks great on both Firefox & Edge now 👍
Happy to help, glad my contribution yielded more than intended! 😃
Small change in CSS to fix error happening solely on Firefox where
margin-bottom
was not being applied as intended.Updating the spacing to padding instead of margin fixes this behavior in FIrefox while maintain functionality in other browsers.