We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b485830 commit 1662800Copy full SHA for 1662800
bin/helpers/sync/syncSpecsLogs.js
@@ -34,8 +34,8 @@ let getTableConfig = () => {
34
return {
35
border: getBorderConfig(),
36
columns: {
37
- 1: {alignment: 'center', width: 1},
38
- 2: {alignment: 'left', width: Math.floor(terminalWidth * 0.8)}
+ 1: {alignment: 'center', width: Math.ceil(terminalWidth * 0.01)},
+ 2: {alignment: 'left', width: Math.floor(terminalWidth * 0.75)}
39
},
40
columnDefault: {
41
width: Math.floor(terminalWidth * 0.2),
0 commit comments