Skip to content

Commit

Permalink
fix: rule card
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephyruso committed Nov 29, 2024
1 parent 95232e0 commit 9697156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/rules/RuleCard.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="card w-full flex-row gap-1 rounded-xl bg-base-100 p-2 text-sm shadow-lg">
<div class="w-20 text-primary">{{ rule.proxy }}</div>
<div class="min-w-32 text-primary">{{ rule.proxy }}</div>
<div class="flex-1">{{ rule.payload }}</div>
</div>
</template>
Expand Down

0 comments on commit 9697156

Please sign in to comment.