Preserve tabs/spaces in metric notes
This commit is contained in:
parent
84c0b944aa
commit
4816b2a20b
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user