How to increase the height of dropdown field?

  • wordsburg
    Asked on November 16, 2017 at 3:45 AM
    2. For a weird reason - Target language field is not expanding by height. I have increase height via CSS by 100. Still, it is the same. Please help me fix it.
  • BJoanna
    Replied on November 16, 2017 at 4:02 AM

    Add this CSS code to increase the height of 'Target Language' dropdown field:

    select#input_19 {

        height: 100px!important;

    }

    How to Inject Custom CSS Codes