Skip to content

Commit b430bae

Browse files
authored
fix(format-transformer): set overflow for output area width (CorentinTh#787)
1 parent dd4b7e6 commit b430bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FormatTransformer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const output = computed(() => transformer.value(input.value));
4848
monospace
4949
/>
5050

51-
<div>
51+
<div overflow-auto>
5252
<div mb-5px>
5353
{{ outputLabel }}
5454
</div>

0 commit comments

Comments
 (0)