Make table responsive
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-11-08 17:02:14 +01:00
parent 13b50cf841
commit 27ce39dcde

View File

@ -243,6 +243,16 @@ mark {
.wiki-list-editor {
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 {
content: '>';