Skip to content

Commit e63e6d8

Browse files
committed
Fix some CSS for line-numbers plugin
1 parent 0c3af7c commit e63e6d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

code-input.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ code-input textarea, code-input:not(.code-input_pre-element-styled) pre code, co
4545
border: 0;
4646
min-width: calc(100% - var(--padding, 16px) * 2);
4747
min-height: calc(100% - var(--padding, 16px) * 2);
48+
height: max-content;
4849
overflow: hidden;
4950
resize: none;
5051
grid-row: 1;
5152
grid-column: 1;
53+
height: max-content;
5254
}
5355

5456
code-input:not(.code-input_pre-element-styled) pre, code-input.code-input_pre-element-styled pre code {

code-input.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,6 @@ var codeInput = {
533533

534534
// Sync content
535535
if(this.needsHighlight) {
536-
console.log("Update");
537536
this.update();
538537
this.needsHighlight = false;
539538
// this.needsDisableDuplicateSearching = true;

0 commit comments

Comments
 (0)