We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34df385 commit 93d11ffCopy full SHA for 93d11ff
1 file changed
assets/js/spellertable.js
@@ -95,7 +95,7 @@ function addSpellerTableHeader() {
95
heading_4.innerHTML = 'Lemma Count';
96
let heading_5 = document.createElement('th');
97
heading_5.innerHTML = 'Suggestion Quality';
98
- heading_5.setAttribute('style', 'width: 20%;');
+ heading_5.setAttribute('style', 'width: 25%;');
99
100
row_1.appendChild(heading_1);
101
row_1.appendChild(heading_2);
0 commit comments