mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
26 lines
273 B
Plaintext
26 lines
273 B
Plaintext
|
|
.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;
|
|
}
|
|
}
|
|
}
|
|
} |