mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
fix(format-transformer): set overflow for output area width (#787)
This commit is contained in:
parent
dd4b7e687b
commit
b430baef40
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue