mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 23:20:24 +00:00
ui: ceph warnings: use normal font-weight
The use of the <pre> tag will result in font-family `monospace`, and monospace fonts are often a bit odd w.r.t. size and weight. E.g., without this I get a light-font selected, which is hardly visible. Set the weight to normal, which should not hurt those that got a better font selection by there system/browser already. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b2fcefa067
commit
d3cbdb217c
@ -715,4 +715,5 @@ table.osds td:first-of-type {
|
|||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user