Skip to content

Instantly share code, notes, and snippets.

View arthur-alves's full-sized avatar

Arthur Alves arthur-alves

View GitHub Profile
@linssen
linssen / linssen.css
Created April 27, 2012 16:04
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;