Skip to content

Commit d94325e

Browse files
renovate-botgcusnieux
authored andcommitted
chore(deps): update dependency github-markdown-css to v5
1 parent cca9a79 commit d94325e

File tree

3 files changed

+9
-19
lines changed

3 files changed

+9
-19
lines changed

package-lock.json

Lines changed: 3 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"eslint-plugin-standard": "4.1.0",
9898
"esm": "3.2.25",
9999
"fs-extra": "10.0.0",
100-
"github-markdown-css": "4.0.0",
100+
"github-markdown-css": "5.0.0",
101101
"glob": "7.2.0",
102102
"gzip-size": "6.0.0",
103103
"highcharts": "9.3.1",

src/molecules/gv-code.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,11 @@ export class GvCode extends InputElement(LitElement) {
348348
padding: 0;
349349
}
350350
351+
.input .CodeMirror-wrap pre.CodeMirror-line,
352+
.input .CodeMirror-wrap pre.CodeMirror-line {
353+
white-space: pre;
354+
}
355+
351356
.medium .input .CodeMirror {
352357
height: var(--input-medium--lh);
353358
}

0 commit comments

Comments
 (0)