How to display the text of file upload field in one line?

  • SeyInvest
    Asked on March 19, 2019 at 8:23 AM

    How can I make sure that the text of my buttons stay on one line?

    Jotform Thread 1764884 Screenshot
  • Ashwin JotForm Support
    Replied on March 19, 2019 at 9:59 AM

    I have injected the following custom css code in your form and see if the file upload button is displayed correctly:

    .qq-upload-button {

        width: 110px !important;

    }

    Please test your form again and see if the file upload button is displayed correctly.