Skip to content

Commit 390a491

Browse files
Modifying table config to set width ot 50
1 parent 9dc85c4 commit 390a491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/sync/syncSpecsLogs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let getTableConfig = () => {
3434
border: getBorderConfig(),
3535
columns: {
3636
1: {alignment: 'center', width: 1},
37-
2: {alignment: 'left', width: 30}
37+
2: {alignment: 'left', width: 50}
3838
},
3939
columnDefault: {
4040
width: 25,

0 commit comments

Comments
 (0)