Skip to content

Commit

Permalink
Fix #1: make selects look decent in .form-horizontal
Browse files Browse the repository at this point in the history
  • Loading branch information
msx2 committed May 13, 2015
1 parent 42a1643 commit 69a41d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/assets/stylesheets/selectivity_bootstrap.sass
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,14 @@ $input-border: #ccc !default
top: 0.5em


.form-horizontal
.form-control.selectivity-input
padding-left: 0
padding-right: 0

.selectivity-single-result-container
padding-left: 6px


.selectivity-dropdown
margin-top: 2px

0 comments on commit 69a41d1

Please sign in to comment.