mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -04: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:
parent
363c2e47e6
commit
ba4876d0d5
4 changed files with 15 additions and 3 deletions
|
@ -29,6 +29,7 @@ const jsonValidationRules = [
|
|||
multiline
|
||||
test-id="leftJson"
|
||||
raw-text
|
||||
monospace
|
||||
/>
|
||||
|
||||
<c-input-text
|
||||
|
@ -40,6 +41,7 @@ const jsonValidationRules = [
|
|||
multiline
|
||||
test-id="rightJson"
|
||||
raw-text
|
||||
monospace
|
||||
/>
|
||||
|
||||
<DiffsViewer :left-json="leftJson" :right-json="rightJson" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue