mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 03:28:16 +02:00
update errors css page
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
@import "./extend/rewards";
|
||||
@import "./advanced/database";
|
||||
@import "./advanced/logs";
|
||||
@import "./advanced/errors";
|
||||
@import "./settings";
|
||||
|
||||
@import "../flags";
|
||||
|
||||
26
public/less/admin/advanced/errors.less
Normal file
26
public/less/admin/advanced/errors.less
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user