Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Nick Ciske

    (@nickciske)

    Here’s the issue: Your stylesheet…

    .post .text{
    min-height: 80px;
    }

    … is setting the min-height on the text inputs.

    You can override the min height in your custom.css:

    .salesforce_w2l_lead .w2linput.text{
    min-height: 1em;
    }

    Or whatever you’d like (e.g. 20px).

    Thread Starter flamelily

    (@flamelily)

    Thanks that worked, but now there is a large gap between the input field title and the input box. It might confuse as it looks like the Title for each input box is next one down.

    Plugin Author Nick Ciske

    (@nickciske)

    Same issue. The min height is applying to the <label> as well.

    Thread Starter flamelily

    (@flamelily)

    Thanks a lot, all sorted now.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Text input boxes much too large’ is closed to new replies.