We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff837d commit 8ee4670Copy full SHA for 8ee4670
code-input.css
@@ -137,4 +137,7 @@ code-input .code-input_dialog-container {
137
left: 0;
138
width: 100%;
139
height: 0;
140
+
141
+ /* Dialog boxes' text is left-aligned */
142
+ text-align: left;
143
}
code-input.js
@@ -427,7 +427,7 @@ var codeInput = {
427
* Exposed child pre element where syntax-highlighted code is outputted.
428
* Contains this.codeElement as its only child.
429
*/
430
- preElement = null;
+ preElement = null
431
/**
432
* Exposed child pre element's child code element where syntax-highlighted code is outputted.
433
* Has this.preElement as its parent.
0 commit comments