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:
parent
f8914a273a
commit
bfde3eddbc
|
@ -0,0 +1,3 @@
|
||||||
|
```release-note:improvement
|
||||||
|
ui: Added resize for JSON editor [[GH-12906](https://github.com/hashicorp/vault/pull/12906)]
|
||||||
|
```
|
|
@ -51,6 +51,7 @@ $gutter-grey: #2a2f36;
|
||||||
.cm-s-hashi {
|
.cm-s-hashi {
|
||||||
&.CodeMirror {
|
&.CodeMirror {
|
||||||
background-color: $black !important;
|
background-color: $black !important;
|
||||||
|
resize: vertical;
|
||||||
color: #cfd2d1 !important;
|
color: #cfd2d1 !important;
|
||||||
border: none;
|
border: none;
|
||||||
font-family: $family-monospace;
|
font-family: $family-monospace;
|
||||||
|
|
Loading…
Reference in New Issue