How to resize the fw-select option height in latest v3 or v4 freshworks crayons?

Hi Team,
I am trying to set height of a select option using max-height its not working for me can you update on this sample code below.
Eg:

  src="https://cdn.jsdelivr.net/npm/@freshworks/crayons@v4/dist/crayons/crayons.esm.js"
  ></script>
  <script
    nomodule
    src="https://cdn.jsdelivr.net/npm/@freshworks/crayons@v4/dist/crayons/crayons.js"
  ></script>
  <fw-form id="myForm" name="myForm">
<fw-form-control name="type_of_request" state="normal">
                                        <fw-select label="Type of Request" required="true" placeholder="Your choice"
                                            id="requestType" name="type_of_request" class="requiredClass commonField"  max-height='10px'>
</fw-form>
                                    </fw-select>
                                </fw-form-control>

even i tried with crayon [3.4.2]( )
not working for me

Will min-height and max-height will work only in multiple select dropdown or it will work for single select also?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.