refacor(transformers): use monospace font for JSON and SQL text areas (#476)

* feat(c-input): Add monospace prop

* feat: use monospace input for json and sql inputs
This commit is contained in:
Marvin
2023-06-23 16:51:52 +02:00
committed by GitHub
parent 363c2e47e6
commit ba4876d0d5
4 changed files with 15 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ const output = computed(() => transformer.value(input.value));
multiline
test-id="input"
:validation-rules="inputValidationRules"
monospace
/>
<div>