Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davilera/a629bab06b704c48c3d0e331756c5d7d to your computer and use it in GitHub Desktop.
Save davilera/a629bab06b704c48c3d0e331756c5d7d to your computer and use it in GitHub Desktop.
PageFrog and Nelio Content Compatibility Issue

Some snippets to explain the issue and how to solve it.

:after, :before, * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#pagefrog-preview-meta-box :after,
#pagefrog-preview-meta-box :before
#pagefrog-preview-meta-box * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment