Created
October 18, 2017 21:51
-
-
Save sloyless/2c31b79f8bd62191acffb676b1d81203 to your computer and use it in GitHub Desktop.
Firefox Weird Margin Issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This is to accommodate weird spacing issues in Firefox only. | |
| @-moz-document url-prefix() { | |
| margin-top: 10px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment