Avoid word wrap in webui footer

This commit is contained in:
airium 2019-06-29 01:15:59 +08:00
commit b389650465
No known key found for this signature in database
GPG key ID: A3958480EA107856

View file

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