Merge pull request #3253 from splitbrain/issue3250

don't crush tables too narrow. fixes #3250
This commit is contained in:
Andreas Gohr 2020-09-08 08:38:18 +02:00 committed by GitHub
commit 0ccf1f22f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@
.dokuwiki div.table {
overflow-x: auto;
margin-bottom: 1.4em;
min-width: 50%;
}
.dokuwiki div.table table {