mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Avoid word wrap in webui footer
This commit is contained in:
@@ -433,3 +433,11 @@ td.speedLabel {
|
||||
cursor: pointer;
|
||||
min-width: 18em;
|
||||
}
|
||||
|
||||
#freeSpaceOnDisk {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#DHTNodes {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user