Vertical resize on .cm-s-hashi.CodeMirror (#12906)

* Vertical resize on .cm-s-hashi.CodeMirror

* changelog

* update other file

* undo other change

* fix
This commit is contained in:
djvs 2021-10-22 16:58:04 -04:00 committed by GitHub
parent f8914a273a
commit bfde3eddbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

3
changelog/12906.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
ui: Added resize for JSON editor [[GH-12906](https://github.com/hashicorp/vault/pull/12906)]
```

View File

@ -51,6 +51,7 @@ $gutter-grey: #2a2f36;
.cm-s-hashi {
&.CodeMirror {
background-color: $black !important;
resize: vertical;
color: #cfd2d1 !important;
border: none;
font-family: $family-monospace;