Preserve tabs/spaces in metric notes

This commit is contained in:
Brad Stein 2025-12-19 17:15:22 -03:00
parent 84c0b944aa
commit 4816b2a20b

View File

@ -47,6 +47,6 @@ defineProps({
.note {
color: var(--text-muted);
font-size: 13px;
white-space: pre-line;
white-space: pre-wrap;
}
</style>