Skip to content

Instantly share code, notes, and snippets.

@AlphaBlossom
Created August 14, 2020 17:31
Show Gist options
  • Save AlphaBlossom/ea9ffaae71739bd7c8882f3259e6cb61 to your computer and use it in GitHub Desktop.
Save AlphaBlossom/ea9ffaae71739bd7c8882f3259e6cb61 to your computer and use it in GitHub Desktop.
/* Fix Admin Editor to be Full Width */
#customCSSPopup,
#customCodePopup,
#sessionRecoveryPopup,
#trackingcodePopup {
width: 90%;
left: 5% !IMPORTANT;
right: 5% !important;
margin: 0 auto !important;
}
/* End Editor Fix */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment