diff --git a/resources/report/html/loot-plugin-editor.html b/resources/report/html/loot-plugin-editor.html
index 70da6d64..25913bef 100644
--- a/resources/report/html/loot-plugin-editor.html
+++ b/resources/report/html/loot-plugin-editor.html
@@ -71,7 +71,6 @@ loot-editor-close
/* Editor input styling. */
#main > * {
- padding: 0 16px;
height: 48px;
}
#main > paper-checkbox, #main > core-tooltip {
@@ -96,14 +95,8 @@ loot-editor-close
core-tooltip > core-icon {
vertical-align: inherit !important;
}
- #loadAfter,
- #req,
- #inc,
- #message,
- #tags,
- #dirty,
- #locations {
- margin: 0;
+ #main {
+ padding: 16px;
}