Okay
  Public Ticket #2411573
Text nog appearing in line
Closed

Comments

  • hamza amrani started the conversation

    How to stop the words from being splitted into two rows?

    I'm talking about this

    So to have the "basisprijs" be written on one row.


  • [deleted] replied

    Hello Hamza Amrani,

    Please try adding this format HTML to the page where you have your Amelia shortcode: 

    <style>
    div#amelia-app-booking0 { word-wrap: normal !important;}
    </style>  

    and let me know if this helped.