mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Change default width of datepicker widget
This commit is contained in:
parent
2644852367
commit
d776e6d20e
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@ export const componentTypes = [
|
|||
description: 'Select one value from options',
|
||||
defaultSize: {
|
||||
width: 200,
|
||||
height: 60
|
||||
height: 30
|
||||
},
|
||||
component: 'DropDown',
|
||||
properties: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue