From 91fb343c0ca6cd3e12fe40bb3b3c078240453af8 Mon Sep 17 00:00:00 2001 From: Stephen Ward Date: Mon, 26 Nov 2018 17:39:59 -0500 Subject: [PATCH] fixed ui-icons from blocking tooltip text --- notebook/static/notebook/less/tooltip.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/notebook/static/notebook/less/tooltip.less b/notebook/static/notebook/less/tooltip.less index ee372d69d..a44421b8d 100644 --- a/notebook/static/notebook/less/tooltip.less +++ b/notebook/static/notebook/less/tooltip.less @@ -85,7 +85,9 @@ .tooltiptext { /*avoid the button to overlap on some docstring*/ - padding-right:30px + padding-right:30px; + /*avoid the ui-icon(s) from overlapping the tooltip*/ + padding-top:30px; } .ipython_tooltip {