i2psnark: Fix comments wrapping (ticket #2284)

This commit is contained in:
zzz
2018-07-05 15:07:05 +00:00
parent 25e567a125
commit 7aca1e4006
6 changed files with 6 additions and 6 deletions

View File

@@ -2470,7 +2470,7 @@ td#bwHelp a {
}
.commentText {
white-space: normal;
white-space: normal !important;
text-align: justify;
width: 90%;
}

View File

@@ -2579,7 +2579,7 @@ input.toggle_input, input.toggle_input:checked { /* hide checkbox and use label
}
.commentText {
white-space: normal;
white-space: normal !important;
text-align: justify;
width: 90%;
}

View File

@@ -2187,7 +2187,7 @@ hr.debug:last-child {
}
.commentText {
white-space: normal;
white-space: normal !important;
text-align: justify;
width: 90%;
}

View File

@@ -2551,7 +2551,7 @@ td#bwHelp a {
}
.commentText {
white-space: normal;
white-space: normal !important;
text-align: justify;
width: 90%;
}

View File

@@ -2594,7 +2594,7 @@ input#toggle_debug:checked + label + #dhtDebugInner {
}
.commentText {
white-space: normal;
white-space: normal !important;
text-align: justify;
width: 90%;
}

View File

@@ -2485,7 +2485,7 @@ td#bwHelp a {
}
.commentText {
white-space: normal;
white-space: normal !important;
text-align: justify;
padding-right: 0;
}