Skip to content

Commit

Permalink
use monospace font for match location nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
fariss committed Aug 21, 2024
1 parent 5f5393a commit 0bdfb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/explorer/src/components/columns/RuleColumn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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" -->
Expand Down

0 comments on commit 0bdfb37

Please sign in to comment.