Skip to main content
Nintex Community Menu Bar
Question

Lightning Design" theme - growing text"

  • July 11, 2024
  • 4 replies
  • 31 views

Forum|alt.badge.img+7

Text box won’t grow to accommodate longer text.  Tried adding responsive grid around field editor (green background) but it still won’t grow.

The fields work fine in other themes…


4 replies

Forum|alt.badge.img+9

I had the same issue. I added some CSS to add a temporary fix.

.nx-field .nx-richtext-input { height: auto !important; } ``` 
My field was rich text, but just substitute with the long text area class.

Forum|alt.badge.img+7
  • Author
  • July 11, 2024

Sorry to be so dense, but what should I use for the long text area class?


Forum|alt.badge.img+9

For long text area you would use ‘.nx-field textarea’ instead of ‘.nx-richtext-input’


Forum|alt.badge.img+7
  • Author
  • July 11, 2024

Thanks.  It’s odd because it’s doesn’t exactly adjust like the rich text does-it just adds an extra line for all fields but still doesn’t auto-grow past that. Is this expected for long-text fields?