From 1d9eab1ead0d5a6f60e31437bb539eb3f804bacc Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Mon, 5 Nov 2012 19:05:58 +0100 Subject: Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever overlapping the trigger. Also fix max-width for custom-content demo. Fixes #8739 - Tooltip: Default positioning on large items off. --- demos/tooltip/custom-content.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'demos/tooltip') diff --git a/demos/tooltip/custom-content.html b/demos/tooltip/custom-content.html index 93172524a..20039e2b8 100644 --- a/demos/tooltip/custom-content.html +++ b/demos/tooltip/custom-content.html @@ -22,6 +22,9 @@ width: 350px; height: 350px; } + .ui-tooltip { + max-width: 350px; + }