-
-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(popup): multiline tooltip variation
This PR allows multiline tooltips via new multiline variation to be set in data-variation. However the data-tooltip text has to be cleverly prepared to make this work completely. - non breaking spaces have to use a non visible character like U+A0 (see https://qwerty.dev/whitespace/) - newlines to break lines / trigger a tooltip newline https://jsfiddle.net/lubber/Lk2sp8nq/15/
- Loading branch information
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters