Close #15 : l'ajout de "word-break: break-all;" sur ".dokuwiki table.diff" semble suffire.
This commit is contained in:
parent
795d647232
commit
35a3f4b499
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
.dokuwiki table.diff {
|
||||
width: 100%;
|
||||
border-width: 0;
|
||||
word-break: break-all;
|
||||
}
|
||||
.dokuwiki table.diff th,
|
||||
.dokuwiki table.diff td {
|
||||
|
|
Loading…
Reference in a new issue