• Resolved tmeedend

    (@tmeedend)


    Hi,

    On the admin page of the plugin, when I select an appointment field to add some services, the name input field is way too small: 100px. I have several services which are longer than 100px, and it’s impossible to know which one I am editing.

    I have tried to change the width with dev tools, it begins to be ok if the width is about 400px but I will be better if the width is dynamic.

    Note that I am on Firefox.

    Otherwise, it works great ! Thank you for your help.

    • This topic was modified 5 years, 9 months ago by tmeedend.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    We agree that there is a lot of space for improvements in the admin interface. We are looking forward to improve future versions of the plugin and we will take this comment in account.

    In the meantime add the following CSS style to some of the styles files loaded on that admin page to get the field with 400px width:

    .service_name {
        width: 400px !important;
    }

    Thank you for the feedback!

Viewing 1 replies (of 1 total)

The topic ‘Admin section: services name input field too small’ is closed to new replies.