-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
Description
Describe your motivation
It's possible to define a custom wrap-behavior for the dashboard widget by using --vaadin-dashboard-widget-title-wrap: nowrap;
. This can result in non-readable titles if the value is too long:

Having "jumping" widget title heights depending on the content feels "bad", therefore nowrap is used to improve the visual clarity - which results in a bad UX for people trying to read the whole title.
Describe the solution you'd like
Once a DashboardWidget
detects the presence of --vaadin-dashboard-widget-title-wrap
and the title is overflowing, a tooltip should be automatically created with the full text.
Describe alternatives you've considered
No response
Additional context
No response