Skip to content

Commit

Permalink
fix(format-transformer): set overflow for output area width
Browse files Browse the repository at this point in the history
  • Loading branch information
code2933 committed Dec 1, 2023
1 parent 80e46c9 commit 2f14ab5
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 2f14ab5

Please sign in to comment.