Skip to content

Instantly share code, notes, and snippets.

@imarklee
Created June 18, 2019 04:14
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 imarklee/387997d3d3e7fe0091d33e90c4ba3111 to your computer and use it in GitHub Desktop.
Save imarklee/387997d3d3e7fe0091d33e90c4ba3111 to your computer and use it in GitHub Desktop.
/* fix for the styling conflict which caused Easyblog upload avatar form disappeared */
body #eb .form-horizontal.clear{
font-size: inherit !important;
overflow: visible !important;
visibility: visible !important;
width: auto !important;
height: auto !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment