mirror of
https://github.com/CorentinTh/it-tools
synced 2025-12-14 15:15:41 +00:00
fix(format-transformer): set overflow for output area width (#787)
This commit is contained in:
@@ -48,7 +48,7 @@ const output = computed(() => transformer.value(input.value));
|
|||||||
monospace
|
monospace
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div>
|
<div overflow-auto>
|
||||||
<div mb-5px>
|
<div mb-5px>
|
||||||
{{ outputLabel }}
|
{{ outputLabel }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user