mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-06 02:42:05 +01:00
Fixed inspect plugins tab spacing
This commit is contained in:
parent
0bd111bc7c
commit
7c5c171aec
@ -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
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user