• Hello, I have several user labels in a form that are a bit long and I need the user labels to automatically set the height for the contained text. I have set the height value to auto but doesn’t seem to work, the width is a fixed size of 600px.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter autoblogcommx

    (@autoblogcommx)

    I would also like to add that in the dropdown options, when selected, the text doesn’t align with the fields value

    • This reply was modified 4 months, 3 weeks ago by autoblogcommx.
    Plugin Author nickboss

    (@nickboss)

    Hi, I opened your page. The dropdowns show correctly. Here is a screenshot of them:

    Regarding the labels, they can wrap with css, however it is not easy to apply css on them because they are inside a shadow DOM. You need the Pro version that contains a Custom CSS editor inside the visual editor of the upload form.

    Best Regards

    Nickolas

    Thread Starter autoblogcommx

    (@autoblogcommx)

    Thanks for your reply, Nikolas

    I changed the height of the user data field, now I have it restored so you can see the dropdowns don’t show correctly.

    Best

    Plugin Author nickboss

    (@nickboss)

    Try the following CSS in Custom CSS area of the shortcode:

    .MuiInputBase-root {height: auto;}

    Nickolas

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.