Field select (multiple) - all options visible by default without scrolling

Re: Field select (multiple) - all options visible by default without scrolling

by Hartmut Scherer -
Number of replies: 0

Adding the following CSS in Dataform showed 5 lines in the field select (multiple):

.mform .fitem .felement select, .mform .fitem .felement input[type='text'], .mform .fitem .felement input[type='password'] {

min-height: 7.3em;

}