fixed ui-icons from blocking tooltip text

Stephen Ward 7 years ago
parent 64fa7cf674
commit 91fb343c0c

@ -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 {

Loading…
Cancel
Save