We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cd538 commit b7f9139Copy full SHA for b7f9139
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: 25%;');
+ heading_5.setAttribute('style', 'width: 28%;');
99
100
row_1.appendChild(heading_1);
101
row_1.appendChild(heading_2);
0 commit comments