Bigger Input Boxes in form on Application page

Issue #647 new
Charlene Weatherford created an issue

We need an option to create bigger Input Boxes in form on Application page

Comments (2)

  1. Michiel Stegeman

    You can style those to be bigger with css. Either increase the font-size or the width:

    input[type="text"], textfield {
        width:90%;
        font-size: 16px;
    }
    
  2. Charlene Weatherford reporter

    The only form that wont become larger is the address section. How can I fix this to be like the others?​

  3. Log in to comment