Allow multi select fields to span the height that they need

pull/7104/head
Henriette Dinger 6 years ago
parent 3244fe0f11
commit 11a7c2896d
  1. 4
      app/assets/stylesheets/content/_autocomplete.sass

@ -167,6 +167,10 @@ mark.ui-autocomplete-match
.ng-value
@include text-shortener
.textarea-wrapper .ng-select .ng-select-container
height: initial !important
min-height: initial !important
.ng-option
font-size: 0.875rem
line-height: 1.6

Loading…
Cancel
Save