Observe newlines when displaying variables (#17343)
This commit is contained in:
parent
6236cb8f82
commit
038d53c58f
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: preserve newlines when displaying shown variables in non-json mode
|
||||
```
|
|
@ -201,6 +201,9 @@ table.variable-items {
|
|||
display: grid;
|
||||
grid-template-columns: auto auto 1fr;
|
||||
gap: 0.5rem;
|
||||
& > code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue