Skip to content

Commit

Permalink
fix: fix code editor overflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gera2ld committed Apr 30, 2024
1 parent 94a27aa commit aa88c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/components/edit-request-item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</div>
</div>
<template v-if="input.type === 'replace'">
<div :class="{ error: errors.target }">
<div class="min-w-0" :class="{ error: errors.target }">
<CodeEditor
class="h-[50vh]"
v-model="input.target"
Expand Down

0 comments on commit aa88c69

Please sign in to comment.