Preserve tabs/spaces in metric notes
This commit is contained in:
parent
cab43ba2b3
commit
46f0fee691
@ -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