]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ceph warnings: render whitespace as pre-wrap
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Oct 2023 06:17:29 +0000 (08:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Oct 2023 15:38:39 +0000 (17:38 +0200)
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 <t.lamprecht@proxmox.com>
www/css/ext6-pve.css

index 837b221028c0ec03ac3efbe1b89a32ee2dd07c8b..feac11033dad6c195e5e9d22d0240e5c77bcd79a 100644 (file)
@@ -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;
 }