Okay
  Public Ticket #2342497
In service selection view long name is hidden
Closed

Comments

  • Marius started the conversation

    When selecting service long text (service name) is hidden and only dots are showed. Could you make it possible to show full name of service and break it to next line instead of showing dots? Maybe add toggle option for this.

  • [deleted] replied

    Hello Marius, 

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

    <style>
    #am-category > div:nth-child(1) > div.el-row > div > div > div.am-category-service-info > div.am-category-service-title
    {white-space: normal;}
    </style> 

    Let me know if this helped!