Created
August 14, 2020 17:31
-
-
Save AlphaBlossom/ea9ffaae71739bd7c8882f3259e6cb61 to your computer and use it in GitHub Desktop.
This file contains 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
/* 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