Skip to content

Commit cd35894

Browse files
author
Jordan Hunt
committed
remove maxWidth from Dropdown
1 parent da713dc commit cd35894

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

styles/native/ts/core/widgets/dropdown.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export const DropDown: DropDownType = {
7979
},
8080
itemContainer: {
8181
// All ViewStyle properties & rippleColor & activeOpacity & underlayColor are allowed
82-
maxWidth: 500,
8382
paddingVertical: 6,
8483
paddingHorizontal: 16,
8584
backgroundColor: input.backgroundColor,

styles/native/ts/core/widgets/referenceselector.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ export const ReferenceSelector: DropDownType = {
8181
},
8282
itemContainer: {
8383
// All ViewStyle properties & rippleColor & activeOpacity & underlayColor are allowed
84-
maxWidth: 500,
8584
paddingVertical: 6,
8685
paddingHorizontal: 16,
8786
backgroundColor: input.backgroundColor,

0 commit comments

Comments
 (0)