1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

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;
min-width: 18em;
}
#freeSpaceOnDisk {
white-space: nowrap;
}
#DHTNodes {
white-space: nowrap;
}