Skip to content

Commit 4484061

Browse files
authored
fix(org display): dont truncate table cells (#1365)
* fix(org display): dont truncate table cells * fix(org display): dont truncate table cells
1 parent 81634e0 commit 4484061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/org/display.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export class OrgDisplayCommand extends SfCommand<OrgDisplayReturn> {
9595
}));
9696

9797
this.table({
98+
overflow: 'wrap',
9899
data: tableRows,
99100
columns: [
100101
{ key: 'key', name: 'KEY' },

0 commit comments

Comments
 (0)