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
commit 0aa6f39db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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