mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Changed text widget default width to 5 (#2066)
This commit is contained in:
parent
03b16802f4
commit
62b57aaad2
1 changed files with 1 additions and 1 deletions
|
|
@ -740,7 +740,7 @@ export const componentTypes = [
|
|||
loadingState: { type: 'code', displayName: 'Show loading state' },
|
||||
},
|
||||
defaultSize: {
|
||||
width: 3,
|
||||
width: 5,
|
||||
height: 30,
|
||||
},
|
||||
events: [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue