Fixed inspect plugins tab spacing

This commit is contained in:
Rsl1122 2017-09-27 19:35:24 +03:00
parent 0bd111bc7c
commit 7c5c171aec
2 changed files with 3 additions and 3 deletions

View File

@ -242,7 +242,7 @@ public class HtmlStructure {
html.append("<div class=\"box plugin\">"); html.append("<div class=\"box plugin\">");
for (String ph : pluginPhs) { for (String ph : pluginPhs) {
html.append(ph).append("<br>"); html.append(ph);
} }
html.append("</div></div>"); // Closes column html.append("</div></div>"); // Closes column

View File

@ -296,8 +296,8 @@ tr:nth-child(odd) {background: #eee}
padding: 10px; padding: 10px;
} }
.plugin p, i, table { .plugin p {
padding: 0; padding: 5px 0px;
margin: 0; margin: 0;
} }