diff --git a/src/app/components/forms/FormLocationPicker.js b/src/app/components/forms/FormLocationPicker.js index e52b190..18d19ed 100644 --- a/src/app/components/forms/FormLocationPicker.js +++ b/src/app/components/forms/FormLocationPicker.js @@ -26,8 +26,6 @@ function FormLocationPicker({ subtitle }) { {local} @@ -53,6 +51,9 @@ const styles = StyleSheet.create({ }, adressText: { flex: 0.90, + height: "100%", + flexDirection: "column", + justifyContent: "center", paddingLeft: 5, }, mapIcon: {