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,
borderColor: "#eee",
paddingLeft: 10,
paddingRight: 10,
backgroundColor: "white",
marginRight: 10,
},
@@ -1440,7 +1441,7 @@ export const lpaQuestionnaire_pdf = ({ docProps }) => {
}}
>
<Text
style={{ width: "20%", fontSize: 12 }}
style={{ width: "15%", fontSize: 12 }}
>
{getTrans(
docProps.locale,
@@ -1448,10 +1449,19 @@ export const lpaQuestionnaire_pdf = ({ docProps }) => {
)}
</Text>
<Text
style={styles.questionAnswerSmall}
wrap={false}
style={{
color: "#757575",
width: "310",
fontSize: 12,
padding: 5,
border: 1,
borderColor: "#eee",
backgroundColor: "white",
paddingRight: 10,
}}
wrap={true}
>
w{values.caseOfficer}
{values.caseOfficer}
</Text>
</View>
<View
@@ -1461,7 +1471,13 @@ export const lpaQuestionnaire_pdf = ({ docProps }) => {
alignItems: "center",
}}
>
<Text style={{ width: "75", fontSize: 12 }}>
<Text
style={{
width: "40",
fontSize: 12,
marginLeft: 10,
}}
>
{getTrans(
docProps.locale,
"s78-section-question-date"