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:
Thomas Lamprecht 2023-10-10 08:19:33 +02:00
parent b2fcefa067
commit d3cbdb217c

View File

@ -715,4 +715,5 @@ table.osds td:first-of-type {
white-space: pre-wrap;
margin: 0;
padding-bottom: 10px;
font-weight: normal;
}