0

I have tried to override the height for the list items of the dropdown dropdown list width and height overrided

 .ui-list{
           max-width : 200px
           max-height : 200px
     }

but only the height is not getting overridden styles not override for height

James Westgate
  • 11,306
  • 8
  • 61
  • 68
umgolla
  • 39
  • 8

1 Answers1

0

You can use custom css for this.You need to override below class by inspecting.

<span class="ui-list ci ni sn be so bg ja jb jc jd db au av aw ax jj jk jl jm ap aq ar as bp nj jw ji a nk sp ui-dropdown__items-list"/>

as follow:

.ka 
  { 
   height: 2.2857rem; 
  }
Sayali-MSFT
  • 373
  • 2
  • 6