diff --git a/resources/report/css/style.css b/resources/report/css/style.css index 17483c66..16b34320 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -121,7 +121,6 @@ paper-item > a:hover { #summary { background: white; margin: 8px; - margin-bottom: 0; padding: 16px; border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px; diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html index bc6cfbd0..5ea516ea 100644 --- a/resources/report/html/loot-plugin-card.html +++ b/resources/report/html/loot-plugin-card.html @@ -37,8 +37,7 @@ loot-clear-metadata #wrapper { display: block; background:white; - margin: 8px; - margin-bottom: 0; + margin: 0 8px 8px 8px; position: relative; border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px;