questionnaire defect 47

This commit is contained in:
2025-01-14 17:10:59 +00:00
parent 232fd4685d
commit 63e4e25aab
@@ -61,6 +61,7 @@ const styles = StyleSheet.create({
border: 1, border: 1,
borderColor: "#eee", borderColor: "#eee",
paddingLeft: 10, paddingLeft: 10,
paddingRight: 10,
backgroundColor: "white", backgroundColor: "white",
marginRight: 10, marginRight: 10,
}, },
@@ -1440,7 +1441,7 @@ export const lpaQuestionnaire_pdf = ({ docProps }) => {
}} }}
> >
<Text <Text
style={{ width: "20%", fontSize: 12 }} style={{ width: "15%", fontSize: 12 }}
> >
{getTrans( {getTrans(
docProps.locale, docProps.locale,
@@ -1448,10 +1449,19 @@ export const lpaQuestionnaire_pdf = ({ docProps }) => {
)} )}
</Text> </Text>
<Text <Text
style={styles.questionAnswerSmall} style={{
wrap={false} color: "#757575",
width: "310",
fontSize: 12,
padding: 5,
border: 1,
borderColor: "#eee",
backgroundColor: "white",
paddingRight: 10,
}}
wrap={true}
> >
w{values.caseOfficer} {values.caseOfficer}
</Text> </Text>
</View> </View>
<View <View
@@ -1461,7 +1471,13 @@ export const lpaQuestionnaire_pdf = ({ docProps }) => {
alignItems: "center", alignItems: "center",
}} }}
> >
<Text style={{ width: "75", fontSize: 12 }}> <Text
style={{
width: "40",
fontSize: 12,
marginLeft: 10,
}}
>
{getTrans( {getTrans(
docProps.locale, docProps.locale,
"s78-section-question-date" "s78-section-question-date"