mirror of
https://github.com/CorentinTh/it-tools
synced 2025-12-14 15:15:41 +00:00
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:
@@ -45,6 +45,7 @@ const output = computed(() => transformer.value(input.value));
|
||||
multiline
|
||||
test-id="input"
|
||||
:validation-rules="inputValidationRules"
|
||||
monospace
|
||||
/>
|
||||
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user