Frontend: Use monospaced font for .p-log-message in logs.css

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2026-04-01 15:28:52 +02:00
parent e0333cb43b
commit 0759dfc946

View file

@ -10,6 +10,7 @@
display: block;
text-align: left;
font-size: 0.825rem;
font-family: var(--v-font-family-mono);
white-space: normal;
color: rgb(var(--v-theme-on-surface));
padding: 4px;