Console: Fixed summary bar overflow (ticket #1739)

This commit is contained in:
zzz
2016-01-07 14:16:14 +00:00
parent 68d8c6e556
commit 35739289cd
7 changed files with 10 additions and 5 deletions

View File

@ -277,6 +277,7 @@ public class SummaryBarRenderer {
.append(_t("show"))
.append("</a></td></tr>\n" +
"</table><table>" + // fix for some rows with a big left side and some with a big right side
"<tr title=\"")
.append(_t("The version of the I2P software we are running"))
.append("\">" +
@ -287,6 +288,7 @@ public class SummaryBarRenderer {
.append(_helper.getVersion())
.append("</td></tr>\n" +
"</table><table>" + // fix for some rows with a big left side and some with a big right side
"<tr title=\"")
.append(_t("How long we've been running for this session"))
.append("\">" +