diff --git a/resources/report/css/material.css b/resources/report/css/material.css index 7523c27c..b05e86b6 100644 --- a/resources/report/css/material.css +++ b/resources/report/css/material.css @@ -34,6 +34,9 @@ html /deep/ paper-item, html /deep/ core-menu > paper-item { html /deep/ paper-item:first-child { margin-top: 8px; } +html /deep/ paper-item:last-child { + margin-bottom: 8px; +} html /deep/ paper-item core-icon { margin-right: 32px; color: rgba(0, 0, 0, 0.54); @@ -77,15 +80,6 @@ html /deep/ input { text-overflow: ellipsis; } -/* paper-dropdown */ -html /deep/ paper-dropdown { - padding: 8px 0; -} -html /deep/ paper-dropdown::shadow #scroller { - /* The calculated height is too high for the content. */ - height: auto !important; -} - /* core-menu */ html /deep/ core-menu { margin: 0; diff --git a/resources/report/html/loot-plugin-item.html b/resources/report/html/loot-plugin-item.html index 653b1d7e..55e61926 100644 --- a/resources/report/html/loot-plugin-item.html +++ b/resources/report/html/loot-plugin-item.html @@ -28,6 +28,10 @@ line-height: 32px; font-size: 1rem; } + /* Don't have a margin for this paper-item. */ + paper-item.two-line:last-child { + margin-bottom: 0; + } :host-context(body[data-editors]) paper-item.two-line { height: 40px; }