We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb2c26 commit 6737d3cCopy full SHA for 6737d3c
code-input.css
@@ -13,7 +13,9 @@
13
14
code-input {
15
/* Allow other elements to be inside */
16
- display: block;
+ display: grid;
17
+ grid-template-columns: 100%;
18
+ grid-template-rows: 100%;
19
overflow-y: auto;
20
overflow-x: auto;
21
position: relative;
@@ -46,9 +48,6 @@ code-input {
46
48
tab-size: 2;
47
49
white-space: pre;
50
padding: 0!important; /* Use --padding to set the code-input element's padding */
- display: grid;
- grid-template-columns: 100%;
51
- grid-template-rows: 100%;
52
}
53
54
code-input :not(.code-input_dialog-container *) {
0 commit comments