Skip to content

Instantly share code, notes, and snippets.

@edequalsawesome
Created April 18, 2020 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edequalsawesome/6024de98022d671dcef20a85082df300 to your computer and use it in GitHub Desktop.
Save edequalsawesome/6024de98022d671dcef20a85082df300 to your computer and use it in GitHub Desktop.
Fix Support Search Page Spacing
/* fix headings in admin fields on support search page */
.mc-postbox .box h4 {
margin-bottom: 10px;
margin-top: 20px;
}
/* fix field spacing in admin fields on support search page */
.mc-postbox .box .fields {
margin-top: 14px;
margin-bottom: 14px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment