Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
898
WebDropDown - Height
posted

Hello,

I'm trying to change the height of the dropdown . I changed the font size in the CSS ig_dropDown.css. But the height of the control does not change. Can you please help me?

 

Parents
  • 29417
    Verified Answer
    Offline posted

     Hello Mani_Infineon ,

     

    Thank you for posting in our forum.

     

    It’s probably because of the image for the drop down button. You could set a specific height for it so that it doesn’t expand the container. For example:

    .igdd_DropDownButton > img

            {

                height:10px  !important;

                }

    Let me know if you have any questions or concerns.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer

    Infragistics, Inc.

    http://ko.infragistics.com/support

Reply Children
No Data