You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Frontend version 4.4 or later, when a component's title exceeds a certain length, it adversely affects the size and formatting of the associated help text bubble. This issue was not present in earlier versions, such as v4.3.1.
Steps To Reproduce
Open an app using Frontend v4.4 or later
Create or edit a component and set its title to a lengthy string
Add a help text bubble to the component.
Watch as the help text bubble gets smaller as the title gets longer
Additional Information
A comparison of the rendered HTML between versions v4.3.1 and v4.4 shows changes in the class attributes of the help text button, from
Description of the bug
In Frontend version 4.4 or later, when a component's title exceeds a certain length, it adversely affects the size and formatting of the associated help text bubble. This issue was not present in earlier versions, such as v4.3.1.
Steps To Reproduce
Additional Information
A comparison of the rendered HTML between versions v4.3.1 and v4.4 shows changes in the class attributes of the help text button, from
to
... might suggest that the CSS classes responsible for the help text bubble's styling have been modified in v4.4?
The text was updated successfully, but these errors were encountered: