Skip to content

Commit 165985e

Browse files
committed
Left align the content of table as center is messing the structure
1 parent 719ac27 commit 165985e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/helpers/syncRunner.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ let printFailedSpecsDetails = (data) => {
7272
let config = {
7373
border: getBorderCharacters('ramac'),
7474
columns: {
75-
0: { alignment: 'center' },
76-
1: { alignment: 'center' },
77-
2: { alignment: 'center' },
78-
3: { alignment: 'center' },
75+
0: { alignment: 'left' },
76+
1: { alignment: 'left' },
77+
2: { alignment: 'left' },
78+
3: { alignment: 'left' },
7979
},
8080
/**
8181
* @typedef {function} drawHorizontalLine

0 commit comments

Comments
 (0)