mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
Merge pull request #10867 from airium/master
Avoid word wrap in webui footer
This commit is contained in:
commit
0aa6f39db0
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue