Skip to content

Commit

Permalink
fix(format-transformer): set overflow for output area width (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
code2933 authored May 27, 2024
1 parent dd4b7e6 commit b430bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FormatTransformer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const output = computed(() => transformer.value(input.value));
monospace
/>

<div>
<div overflow-auto>
<div mb-5px>
{{ outputLabel }}
</div>
Expand Down

0 comments on commit b430bae

Please sign in to comment.