Created
March 11, 2018 09:23
-
-
Save robertuniqid/79f125e2c41da9523621ef819dd85b70 to your computer and use it in GitHub Desktop.
WPEP Box sizing fix until 1.11
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
.wpep-wrapper div { | |
-ms-box-sizing: border-box !important; | |
-webkit-box-sizing: border-box !important; | |
-moz-box-sizing: border-box !important; | |
box-sizing: border-box !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment