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
Describe the bug
Checker titles do not have an upper bound on length and are also not truncated when exceeding view bounds. This results in unexpected UI behavior when displaying titles in areas such as the checker duplication modal, toasts and builder modals.
To Reproduce
Steps to reproduce the behavior:
Create a checker with a very, very long title.
Go into the builder
Expected behavior
Titles should be truncated once exceeding a certain length or when they exceed a component's view bounds. Alternatively, they should be validated to have an upper bound placed on their length.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Checker titles do not have an upper bound on length and are also not truncated when exceeding view bounds. This results in unexpected UI behavior when displaying titles in areas such as the checker duplication modal, toasts and builder modals.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Titles should be truncated once exceeding a certain length or when they exceed a component's view bounds. Alternatively, they should be validated to have an upper bound placed on their length.
Screenshots
The text was updated successfully, but these errors were encountered: