KG360 Posted January 25, 2022 Report Share Posted January 25, 2022 To guide users, we use a lot of field label hints. When inserting a longer text, the container often spans across the entire screen. Is there a way to control the width of the hint container? (It's straight forward to change fonts, background, and borders, in Styles, but not the width!) I appreciate any input on this topic G Quote Link to comment Share on other sites More sharing options...
0 kpcollier Posted January 25, 2022 Report Share Posted January 25, 2022 <style> .cbFormHintTipContainer { width: 250px; } </style> You could use CSS. Put this in the header. Change '250px' to whatever you want. KG360 1 Quote Link to comment Share on other sites More sharing options...
0 KG360 Posted January 26, 2022 Author Report Share Posted January 26, 2022 Many thanks - this works perfectly! Quote Link to comment Share on other sites More sharing options...
Question
KG360
To guide users, we use a lot of field label hints. When inserting a longer text, the container often spans across the entire screen.
Is there a way to control the width of the hint container?
(It's straight forward to change fonts, background, and borders, in Styles, but not the width!)
I appreciate any input on this topic
G
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.