Remove unneeded width setting

This commit is contained in:
Matt Wiseley 2023-07-03 12:58:04 -04:00
parent 94631bc293
commit 5677e02243
3 changed files with 2 additions and 5 deletions

View file

@ -282,7 +282,6 @@ class EditableField {
this.label = this.cell.createEl("span", { text: value });
this.label.style.marginLeft = `${indent}em`;
this.box = new TextComponent(this.cell).setValue(value);
this.box.inputEl.width = 10;
this.box.inputEl.classList.add('simple-time-tracker-input');
this.box.inputEl.hide();
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long