Skip to content

Commit

Permalink
Merge pull request qbittorrent#10867 from airium/master
Browse files Browse the repository at this point in the history
Avoid word wrap in webui footer
  • Loading branch information
Chocobo1 authored Jul 12, 2019
2 parents 24932f6 + b389650 commit 0aa6f39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/webui/www/private/css/Layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -433,3 +433,11 @@ td.speedLabel {
cursor: pointer;
min-width: 18em;
}

#freeSpaceOnDisk {
white-space: nowrap;
}

#DHTNodes {
white-space: nowrap;
}

0 comments on commit 0aa6f39

Please sign in to comment.