Skip to content

Instantly share code, notes, and snippets.

@imarklee
Created June 18, 2019 04:15
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/e69c0cad38ffd55653313c163ef1595f to your computer and use it in GitHub Desktop.
Save imarklee/e69c0cad38ffd55653313c163ef1595f 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