Safari dropdown problem

  • abhayevm
    Asked on June 11, 2015 at 8:16 AM

    Dropdown Do not take any css like(padding,height,etc.....) please solve its problem .

    Jotform Thread 586503 Screenshot
  • ibrahim JotForm UI Developer
    Replied on June 11, 2015 at 10:10 AM

    Hi,

    You can inject CSS code to alignment. Here's sample code: 

    .form-dropdown {

      /* for changing height */

      height: 30px !important;  

      /* for changing horizontal alignment */

      text-indent: 5px;

    /* for changing vertical alignment */

      line-height: 12px !important;

      font-size: 12px;

    }

    (for example: http://jsfiddle.net/B858P/)