How to auto fit text in dropdown

  • Metelski
    Asked on May 29, 2019 at 5:18 PM

    On this field how can I get the box to auto fit the text? We have multiple schools listed and they are getting cut off when it gets printed if they are longer then the box. Thank you

    Jotform Thread 1840349 Screenshot
  • Mike
    Replied on May 29, 2019 at 7:45 PM

    You may increase the width of the dropdown field. Or alternatively, increase the height and set the white-space CSS property to normal.

    Something like the next added CSS:

    #input_19 {
    white-space: normal;
    height: 40px;
    }

    How to auto fit text in dropdown Image 1 Screenshot 20