How to increase help text box length?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2022 09:30 AM
Hi,
I need to increase size of help text box. Currently 'help text' box length depends on size of the text. But I want to keep width of length of help text box the same irrespective of the amount of text. Please help me to do so.
Attaching screenshot for reference.
Thanks in advance.
Regards,
Tasneem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2022 10:56 AM
I'm not seeing this behavior in my (more or less) out of box San Diego PDI. In a container after the split, annotations entered into the Help Text field take up the entire column width.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2022 08:14 PM
Hi Brad,
The instance that I am working on is Tokyo Version. So does that mean it's an OOB change or a defect?
Regards,
Tasneem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2022 04:40 AM - edited 10-27-2022 04:52 AM
My PDI is Tokyo and I have the same unfixed width behavior Tasneem. Maybe variable sets take full width based on Brad's image but standard variable help text is value dependent width?
Edit: No, in Tokyo I still have dynamic width even with a variable set.
This code snippet will make them all full width of their respective container. Have not checked elsewhere on the portal to see if this has adverse effects.
div.form-group > div > label{
width: 100%;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2022 11:15 AM
Hello,
You would need to add page CSS to your sc_cat_item page to define a width of the help box which has a class of help-tag, but I would strongly advise against this.
div.help-tag{
width: 500px;
}
Please mark my answer as correct/helpful if it has helped you.
Thanks,
Logan
--
LinkedIn