update errors css page

This commit is contained in:
Julian Lam
2016-06-01 16:25:51 -04:00
parent b30151725d
commit 470a40ecca
2 changed files with 27 additions and 0 deletions

View File

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

View File

@@ -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;
}
}
}
}