@@ -213,17 +213,19 @@ function addSpellerTableHeader() {
213213 let row_1 = document . createElement ( 'tr' ) ;
214214 let heading_1 = document . createElement ( 'th' ) ;
215215 heading_1 . innerHTML = 'Documen­tation' ;
216+ heading_1 . style . textAlign = 'left' ;
216217 let heading_2 = document . createElement ( 'th' ) ;
217218 heading_2 . innerHTML = 'Reposi­tory' ;
219+ heading_2 . style . textAlign = 'left' ;
218220 let heading_3 = document . createElement ( 'th' ) ;
219221 heading_3 . innerHTML = 'Speller version' ;
220- heading_3 . setAttribute ( 'style' , 'width: 11%;' ) ;
222+ heading_3 . setAttribute ( 'style' , 'width: 11%; text-align: left; ' ) ;
221223 let heading_4 = document . createElement ( 'th' ) ;
222224 heading_4 . innerHTML = 'Lemma Count' ;
223- heading_4 . setAttribute ( 'style' , 'width: 11%;' ) ;
225+ heading_4 . setAttribute ( 'style' , 'width: 11%; text-align: left; ' ) ;
224226 let heading_5 = document . createElement ( 'th' ) ;
225227 heading_5 . innerHTML = 'Suggestion Quality' ;
226- heading_5 . setAttribute ( 'style' , 'width: 28% ;' ) ;
228+ heading_5 . setAttribute ( 'style' , 'width: 30%; text-align: left ;' ) ;
227229
228230 row_1 . appendChild ( heading_1 ) ;
229231 row_1 . appendChild ( heading_2 ) ;
0 commit comments