From 7eacc14b63e96da5ea86cd4cbbb6d6c10dae8c2f Mon Sep 17 00:00:00 2001 From: Henriette Dinger Date: Fri, 4 Dec 2015 13:41:32 +0100 Subject: [PATCH] Set height for an optimal result --- app/assets/stylesheets/content/_forms.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/content/_forms.sass b/app/assets/stylesheets/content/_forms.sass index c5bd14cc3f..de502dd212 100644 --- a/app/assets/stylesheets/content/_forms.sass +++ b/app/assets/stylesheets/content/_forms.sass @@ -490,6 +490,9 @@ input[readonly].-clickable // remove background image after/if upgrade background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20black%22%3E%3C/polygon%3E%3C/svg%3E") + &.parent-select + height: 100% + &[multiple] background-image: none padding-right: $form-padding