update errors css page

v1.18.x
Julian Lam 9 years ago
parent b30151725d
commit 470a40ecca

@ -18,6 +18,7 @@
@import "./extend/rewards";
@import "./advanced/database";
@import "./advanced/logs";
@import "./advanced/errors";
@import "./settings";
@import "../flags";

@ -0,0 +1,26 @@
.page-advanced-errors {
.table {
table-layout: fixed;
th {
&:first-child {
width: 90%;
}
&:last-child {
text-align: center;
}
}
td {
&:first-child {
word-wrap: break-word;
}
&:last-child {
text-align: center;
}
}
}
}
Loading…
Cancel
Save