Título do campo quebrado

  • IDECORP
    Asked on June 15, 2018 at 11:36 AM

    Bom dia!

    Como fazer para que o título de um campo ficar em apenas uma linha?

    Jotform Thread 1500683 Screenshot
  • Richie JotForm Support
    Replied on June 15, 2018 at 12:15 PM

    Kindly try this CSS code in your form.

    #label_8 {
    display: contents!important;

    }

    Título do campo quebrado Image 1 Screenshot 20

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know how it goes.

    Thank you.

  • IDECORP
    Replied on June 18, 2018 at 6:43 PM
    Olá!
    No formulário informado o problema foi resolvido com esse CSS, porém, em outro formulário, não resolveu:
    https://form.jotformz.com/IDECORP/autorizacao-entrada-vintage
    De: JotForm
    Enviada em: sexta-feira, 15 de junho de 2018 13:15
    Para: diretoria@idecorp.com.br
    Assunto: Re: Título do campo quebrado
    A new response has been received:

    Answered by Richie_P
    Kindly try this CSS code in your form.
    #label_8 {
    display: contents!important;
    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes
    Let us know how it goes.
    Thank you.
    View this thread on browser » Unsubscribe Thread
    1529079300
    ---
    Este email foi escaneado pelo Avast antivírus.
    https://www.avast.com/antivirus
    ...
  • Vanessa_T
    Replied on June 18, 2018 at 7:44 PM

    The CSS given by my colleague is only applicable for the field you've first shown.

    If you would like all labels to span across one line only, please inject this CSS below:

    .form-label-top {

    width: 100% !important;

    }