From b2fcefa0677cfcaae15648f959dc5ac5d2d70ade Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 10 Oct 2023 08:17:29 +0200 Subject: [PATCH] ui: ceph warnings: render whitespace as pre-wrap To avoid potential horizontal scrolling on smaller screens, which can be a PITA as the scroll bar is at the bottom, so users have to scroll down to move it left and right.. Signed-off-by: Thomas Lamprecht --- www/css/ext6-pve.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css index 837b2210..feac1103 100644 --- a/www/css/ext6-pve.css +++ b/www/css/ext6-pve.css @@ -712,6 +712,7 @@ table.osds td:first-of-type { .pve-ceph-warning-detail { overflow: auto; + white-space: pre-wrap; margin: 0; padding-bottom: 10px; }