Skip to content

Commit 57083d3

Browse files
authored
Update index.html
1 parent 8e46dee commit 57083d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
const colgroup = document.createElement("colgroup");
116116
colRefs = columns.map((_, i) => {
117117
const col = document.createElement("col");
118-
col.style.width = "100px";
118+
col.style.width = "300px";
119119
colgroup.appendChild(col);
120120
return col
121121
});

0 commit comments

Comments
 (0)