You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have applied below style to select.
font-size: 30px;
padding: 12px;
margin: 12px;
which misaligned values inside control (see screenshot). Upon digging into styles of control, found out that
.md-select-trigger setting up height: 30px
I tried to modify height with
height: 50px; or with important but it didn't work.
Any ideas how to fix this ?
Thanks,
Manish
The text was updated successfully, but these errors were encountered:
I am using latest version of material 2. Rel 11.
I have applied below style to select.
font-size: 30px;
padding: 12px;
margin: 12px;
which misaligned values inside control (see screenshot). Upon digging into styles of control, found out that
.md-select-trigger setting up height: 30px
I tried to modify height with
height: 50px; or with important but it didn't work.
Any ideas how to fix this ?
Thanks,
Manish
The text was updated successfully, but these errors were encountered: