mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-23 07:38:58 -04:00
Fix raw response viewer line padding (#4013)
This commit is contained in:
@@ -167,9 +167,13 @@
|
||||
We need to restyle CodeMirrow for raw editor
|
||||
*/
|
||||
.raw-editor {
|
||||
.CodeMirror-lines {
|
||||
padding: var(--padding-md);
|
||||
}
|
||||
|
||||
.CodeMirror-wrap pre.CodeMirror-line, .CodeMirror-wrap pre.CodeMirror-line-like {
|
||||
word-break: break-all;
|
||||
line-height: normal;
|
||||
padding: var(--padding-md);
|
||||
padding: 1px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user