mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-10 16:15:38 +00:00
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:
parent
feb192207a
commit
b2fcefa067
@ -712,6 +712,7 @@ table.osds td:first-of-type {
|
|||||||
|
|
||||||
.pve-ceph-warning-detail {
|
.pve-ceph-warning-detail {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
white-space: pre-wrap;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user