Skip to content

Commit

Permalink
KeyValue: adjust max width for key value
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Jan 31, 2024
1 parent ba2d19c commit 9c8257c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/KeyValue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default class KeyValue extends React.Component<KeyValueProps, {}> {
const styles = StyleSheet.create({
key: {
paddingRight: 35,
maxWidth: '50%'
maxWidth: '70%'
},
value: {
flex: 1,
Expand All @@ -135,7 +135,6 @@ const styles = StyleSheet.create({
justifyContent: 'flex-end'
},
rtlValue: {
paddingRight: 10,
maxWidth: '50%'
paddingRight: 10
}
});

0 comments on commit 9c8257c

Please sign in to comment.