From 041689388ad794a352b12fae0798143dca6e2fcb Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sat, 5 Jul 2014 15:04:29 +0700 Subject: [PATCH] Fix tooltip height when description is short --- tooltip.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooltip.css b/tooltip.css index 7845be5..9ade7bb 100644 --- a/tooltip.css +++ b/tooltip.css @@ -49,7 +49,7 @@ overflow: hidden; - height: 94px; + max-height: 94px; margin: 5px 10px; color: #666;