From ee743c5de239a7c4f0b31990f4e2a6343213358f Mon Sep 17 00:00:00 2001 From: Florian Kraft Date: Tue, 14 Apr 2015 18:23:28 +0200 Subject: [PATCH] fix multiselect height The upgrade to foundation 1.1 broke multiselects with were constricted to a fixed height. --- app/assets/stylesheets/content/_forms.sass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/content/_forms.sass b/app/assets/stylesheets/content/_forms.sass index 6757de3b17..e890cb49dc 100644 --- a/app/assets/stylesheets/content/_forms.sass +++ b/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