Skip to content

Commit 93d11ff

Browse files
committed
Increase Suggestion Quality column width from 20% to 25%
1 parent 34df385 commit 93d11ff

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: 20%;');
98+
heading_5.setAttribute('style', 'width: 25%;');
9999

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

0 commit comments

Comments
 (0)