Skip to content

Commit 91fb343

Browse files
author
Stephen Ward
committed
fixed ui-icons from blocking tooltip text
1 parent 64fa7cf commit 91fb343

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

notebook/static/notebook/less/tooltip.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@
8585
.tooltiptext
8686
{
8787
/*avoid the button to overlap on some docstring*/
88-
padding-right:30px
88+
padding-right:30px;
89+
/*avoid the ui-icon(s) from overlapping the tooltip*/
90+
padding-top:30px;
8991
}
9092

9193
.ipython_tooltip {

0 commit comments

Comments
 (0)