Skip to content

Commit

Permalink
Fix selectize bug, when inline-block and overflow:hidden.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshwsfc committed Jul 7, 2016
1 parent 118944e commit 1e2edd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xadmin/static/xadmin/css/xadmin.form.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,8 @@ img.field_img {
.nav.nav-tabs {
margin-bottom: 15px;
}

/** selectize **/
.selectize-input {
vertical-align: bottom;
}

0 comments on commit 1e2edd0

Please sign in to comment.