mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Observe newlines when displaying variables (#17343)
This commit is contained in:
3
.changelog/17343.txt
Normal file
3
.changelog/17343.txt
Normal file
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user