use monospace font for match location nodes

This commit is contained in:
Soufiane Fariss
2024-08-21 03:28:47 +02:00
parent 5f5393af69
commit 0bdfb37287

View File

@@ -11,7 +11,7 @@
<!-- example node: "basic block @ 0x401000" or "explorer.exe" -->
<template v-else-if="node.data.type === 'match location'">
<span class="text-sm font-italic">{{ node.data.name }}</span>
<span class="text-sm font-monospace text-xs">{{ node.data.name }}</span>
</template>
<!-- example node: "- or", "- and" -->