Touch ui Tool tip broken when field description is big
Hi,
In Touch ui When field description is big the tool tip details cannot be seen properly .How could be solved. Any inputs
Thanks

Hi,
In Touch ui When field description is big the tool tip details cannot be seen properly .How could be solved. Any inputs
Thanks

I had a similar issue in 6.3 with long tooltip descriptions being clipped off or not fully displayed in a dialog. I solved it by putting 2 new styles in a new CSS clientlib assigned to the coralui2 and coralui3 categories. These styles allow the long tooltips to wrap to multiple lines.
/* Style to correct tooltip alignment when the tooltip is left of the icon */
.coral3-Tooltip--info.coral3-Tooltip--arrowLeft {
left: auto !important;
right: 25px !important;
}
/* Style to correct tooltip alignment when the tooltip is above the icon */
.coral3-Tooltip--info.coral3-Tooltip--arrowUp {
left: auto !important;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.