Adjusting Label Width
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2013 02:00 PM
I created a field for a form. The text in the label is too long and wraps. I know how to make the field itself wider, but how do I make the label wider?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2013 02:17 PM
Field width is currently hardcoded at 150px. The "css.label.white.space" property value determines whether long labels wrap at that 150px ("normal") or are allowed to stretch to accommodate them ("nowrap").
If the value is "nowrap", then all field labels in a given form section will be stretched to the same width that the longest label text needs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2013 06:01 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2014 08:45 AM
I am seeing the same issue, and I also verified that css.label.white.space is set to nowrap. Have you guys made any other progress on this? We have a very long label, and it looks very bad on the form.
Thanks for any help!
Jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 11:25 AM
Hi jason,
Did u find any solution ??