This commit is contained in:
parent
13b50cf841
commit
27ce39dcde
|
@ -243,6 +243,16 @@ mark {
|
||||||
.wiki-list-editor {
|
.wiki-list-editor {
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
}
|
}
|
||||||
|
.wiki-list-editor {
|
||||||
|
.table-wrapper {
|
||||||
|
max-width: 960px;
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
.table-wrapper td {
|
||||||
|
white-space: pre;
|
||||||
|
text-wrap: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.column a + a :before {
|
.column a + a :before {
|
||||||
content: '>';
|
content: '>';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user