Files
NodeBB/public/less/admin/advanced/errors.less

26 lines
273 B
Plaintext
Raw Normal View History

2016-06-01 16:25:51 -04:00
.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;
}
}
}
}