How to increase help text box length?

TASNEEM
Tera Contributor

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

4 REPLIES 4

Brad Bowman
Kilo Patron
Kilo Patron

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.

BradBowman_0-1666806910781.png

 

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

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. 

LoganPoynter_0-1666871281950.png

 

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%;
}

 

LoganPoynter_1-1666871555833.png

 

Logan Poynter
Mega Sage
Mega Sage

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;
}

 

LoganPoynter_0-1666808067949.png

 

 


Please mark my answer as correct/helpful if it has helped you.

Thanks,
Logan
--
LinkedIn