Merge pull request #10867 from airium/master

Avoid word wrap in webui footer
This commit is contained in:
Mike Tzou
2019-07-12 11:00:23 +08:00
committed by GitHub

View File

@@ -433,3 +433,11 @@ td.speedLabel {
cursor: pointer;
min-width: 18em;
}
#freeSpaceOnDisk {
white-space: nowrap;
}
#DHTNodes {
white-space: nowrap;
}