Skip to content

Instantly share code, notes, and snippets.

@linssen
Created April 27, 2012 16:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linssen/2510425 to your computer and use it in GitHub Desktop.
Save linssen/2510425 to your computer and use it in GitHub Desktop.
Chosen in Django admin CSS
/**
* We need form rows overflow to be visible so we can see
* the chosen options
*/
div.form-row {
overflow:visible;
}
div.form-row:after {
content:" ";
display:block;
clear:both;
}
a.add-another {
position:relative;
top:-12px;
}
@arthur-alves
Copy link

Great help guy!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment