We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aab5c4 commit 098c5b6Copy full SHA for 098c5b6
packages/core/src/List/Item.tsx
@@ -59,7 +59,7 @@ export default class ListItem extends React.PureComponent<ListItemProps> {
59
})}
60
</View>
61
{extra && (
62
- <View style={{ paddingRight: 10, maxWidth: 50 }}>
+ <View style={{ paddingRight: 10 }}>
63
{typeof extra === 'string' ? (
64
<Text style={extraStyle}>{extra}</Text>
65
) : (
0 commit comments