Preserve tabs/spaces in metric notes

This commit is contained in:
Brad Stein 2025-12-19 17:15:22 -03:00
parent cab43ba2b3
commit 46f0fee691

View File

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