diff --git a/resources/report/css/overrides.css b/resources/report/css/overrides.css index 2859e710..210131ee 100644 --- a/resources/report/css/overrides.css +++ b/resources/report/css/overrides.css @@ -31,4 +31,9 @@ paper-tab::shadow #ink { /* These overrides change the font size of the sidebar items to be the body text size. */ #cardsNav /deep/ #label { font-size: 10pt; +} + +/* These overrides change the position of the link in so that it doesn't cover up tooltips. */ +loot-plugin-item::shadow ::content > a { + left: 112px; } \ No newline at end of file diff --git a/resources/report/html/loot-plugin-item.html b/resources/report/html/loot-plugin-item.html index a18725a1..6952cd29 100644 --- a/resources/report/html/loot-plugin-item.html +++ b/resources/report/html/loot-plugin-item.html @@ -1,34 +1,35 @@ + +