1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 06:54:20 +00:00

Avoid word wrap in webui footer

This commit is contained in:
airium 2019-06-29 01:15:59 +08:00
parent cd654d61fd
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;
}