From b389650465f7564a6d27972b39d9ae94407ac6c6 Mon Sep 17 00:00:00 2001 From: airium Date: Sat, 29 Jun 2019 01:15:59 +0800 Subject: [PATCH] Avoid word wrap in webui footer --- src/webui/www/private/css/Layout.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/webui/www/private/css/Layout.css b/src/webui/www/private/css/Layout.css index 1748321dde..aab95d73b4 100644 --- a/src/webui/www/private/css/Layout.css +++ b/src/webui/www/private/css/Layout.css @@ -433,3 +433,11 @@ td.speedLabel { cursor: pointer; min-width: 18em; } + +#freeSpaceOnDisk { + white-space: nowrap; +} + +#DHTNodes { + white-space: nowrap; +}