Skip to content

Commit b7f9139

Browse files
committed
Slightly wider table column
1 parent a5cd538 commit b7f9139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/spellertable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function addSpellerTableHeader() {
9595
heading_4.innerHTML = 'Lemma Count';
9696
let heading_5 = document.createElement('th');
9797
heading_5.innerHTML = 'Suggestion Quality';
98-
heading_5.setAttribute('style', 'width: 25%;');
98+
heading_5.setAttribute('style', 'width: 28%;');
9999

100100
row_1.appendChild(heading_1);
101101
row_1.appendChild(heading_2);

0 commit comments

Comments
 (0)