Browse Source

Merge pull request #10867 from airium/master

Avoid word wrap in webui footer
adaptive-webui-19844
Mike Tzou 5 years ago committed by GitHub
parent
commit
0aa6f39db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      src/webui/www/private/css/Layout.css

8
src/webui/www/private/css/Layout.css

@ -433,3 +433,11 @@ td.speedLabel { @@ -433,3 +433,11 @@ td.speedLabel {
cursor: pointer;
min-width: 18em;
}
#freeSpaceOnDisk {
white-space: nowrap;
}
#DHTNodes {
white-space: nowrap;
}

Loading…
Cancel
Save