Merge pull request #2825 from floriank/fix/19617-fix-height-for-multiselect

[Foundation] Fix multiselect height
pull/2830/head
Alex Coles 10 years ago
commit 144585231e
  1. 5
      app/assets/stylesheets/content/_forms.sass

@ -393,6 +393,11 @@ fieldset.form--fieldset
&[multiple]
background-image: none
padding-right: $form-padding
// TODO: this has to be fixed upstream as select are fixed
// in height in foundation for apps.
height: auto
// this fixes a border issue in chrome
border-right-width: 2px
.form--text-field,
.form--select

Loading…
Cancel
Save