Skip to content

Instantly share code, notes, and snippets.

@robertuniqid
Created March 11, 2018 09:23
Show Gist options
  • Save robertuniqid/79f125e2c41da9523621ef819dd85b70 to your computer and use it in GitHub Desktop.
Save robertuniqid/79f125e2c41da9523621ef819dd85b70 to your computer and use it in GitHub Desktop.
WPEP Box sizing fix until 1.11
.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