Browse Source

Avoid word wrap in webui footer

adaptive-webui-19844
airium 5 years ago
parent
commit
b389650465
No known key found for this signature in database
GPG Key ID: A3958480EA107856
  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