Skip to content

Commit

Permalink
Avoid word wrap in webui footer
Browse files Browse the repository at this point in the history
  • Loading branch information
airium committed Jun 28, 2019
1 parent cd654d6 commit b389650
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/webui/www/private/css/Layout.css
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 b389650

Please sign in to comment.