Merge pull request #3307 from Rainbow-Spike/patch-3

Fixing of cell width
This commit is contained in:
Andreas Gohr 2020-12-03 19:58:23 +01:00 committed by GitHub
commit e8baa3e847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -58,14 +58,17 @@
.dokuwiki table.diff .diff-addedline {
background-color: #cfc;
color: inherit;
width: ~"calc(50% - .7em)";
}
.dokuwiki table.diff .diff-deletedline {
background-color: #fdd;
color: inherit;
width: ~"calc(50% - .7em)";
}
.dokuwiki table.diff td.diff-context {
background-color: #eee;
color: inherit;
width: ~"calc(50% - .7em)";
}
.dokuwiki table.diff td.diff-addedline strong,
.dokuwiki table.diff td.diff-deletedline strong {