Skip to content

Commit

Permalink
DataForm: Fix SelectControl size and spacing (#64324)
Browse files Browse the repository at this point in the history
Co-authored-by: youknowriad <[email protected]>
Co-authored-by: mirka <[email protected]>
Co-authored-by: oandregal <[email protected]>
Co-authored-by: t-hamano <[email protected]>
  • Loading branch information
5 people authored Aug 7, 2024
1 parent ccd8dac commit e6627e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dataviews/src/field-types/text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ function Edit< Item >( {
value={ value }
options={ elements }
onChange={ onChangeControl }
__next40pxDefaultSize
__nextHasNoMarginBottom
/>
);
}
Expand Down

0 comments on commit e6627e0

Please sign in to comment.