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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-10-10 08:17:29 +02:00
parent feb192207a
commit b2fcefa067

View 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;
}