mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
Merge pull request #10867 from airium/master
Avoid word wrap in webui footer
This commit is contained in:
commit
0aa6f39db0
@ -433,3 +433,11 @@ td.speedLabel {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
min-width: 18em;
|
min-width: 18em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#freeSpaceOnDisk {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
#DHTNodes {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user