Skip to content

Commit

Permalink
fix(exercice,beck): retour à la ligne si le texte est trop grand dans…
Browse files Browse the repository at this point in the history
… un recap d'exercice de Beck
  • Loading branch information
tangimds committed Jan 6, 2022
1 parent 723aea6 commit c1a16e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/scenes/exercise/exercise-item.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default ({patientState, date, navigation}) => {
styleContainer={styles.icon}
/>

<View>
<View style={styles.containerContent}>
{!isDraft ? (
<>
<Text>
Expand Down Expand Up @@ -72,6 +72,9 @@ export default ({patientState, date, navigation}) => {
};

const styles = StyleSheet.create({
containerContent: {
flex: 1,
},
container: {
paddingLeft: 15,
paddingBottom: 15,
Expand Down

0 comments on commit c1a16e0

Please sign in to comment.