Avoid word wrap in webui footer

This commit is contained in:
airium
2019-06-29 01:15:59 +08:00
parent cd654d61fd
commit b389650465

View File

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