Change Select height
-
Change Multiple Select height.
How do you change the height of a Multiple Select field? By default it shows 1 row.
With CSS i can do something like this:
.mdc-select { height: 150px !important; }
But then the Outlined Label will be floating in the middle of the field, instead of in the top of the outlined border.
Any suggestions on how to make a Select field heigher, so multiple rows are shown correctly?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change Select height’ is closed to new replies.