Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI: Stretch text field to fit content in JSON editor (#28053) #28604

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
3 changes: 3 additions & 0 deletions changelog/28604.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
ui: Stretch text field to fit content in JSON editor
```
1 change: 1 addition & 0 deletions ui/app/styles/components/codemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ $gutter-grey: #2a2f36;
font-family: $family-monospace;
-webkit-font-smoothing: auto;
line-height: 1.4;
height: 100%;
}

.CodeMirror-gutters {
Expand Down