Merge pull request #4236 from steaward/issue-4230

Fix ui-icons from blocking tooltip text
Min RK 7 years ago committed by GitHub
commit 069465bf95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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