rep defect 50

This commit is contained in:
2025-02-07 12:44:49 +00:00
parent f765411992
commit ff83456d03
4 changed files with 33 additions and 8 deletions
+8 -2
View File
@@ -1664,7 +1664,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
<Text <Text
style={{ style={{
color: "#757575", color: "#757575",
width: "310", width:
docProps.locale == "cy"
? "290"
: "310",
fontSize: 12, fontSize: 12,
padding: 5, padding: 5,
border: 1, border: 1,
@@ -1686,7 +1689,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
> >
<Text <Text
style={{ style={{
width: "40", width:
docProps.locale == "cy"
? "60"
: "40",
fontSize: 12, fontSize: 12,
marginLeft: 10, marginLeft: 10,
}} }}
+8 -2
View File
@@ -473,7 +473,10 @@ export const finalComments_pdf = ({ docProps }) => {
<Text <Text
style={{ style={{
color: "#757575", color: "#757575",
width: "310", width:
docProps.locale == "cy"
? "290"
: "310",
fontSize: 12, fontSize: 12,
padding: 5, padding: 5,
border: 1, border: 1,
@@ -494,7 +497,10 @@ export const finalComments_pdf = ({ docProps }) => {
> >
<Text <Text
style={{ style={{
width: "40", width:
docProps.locale == "cy"
? "60"
: "40",
fontSize: 12, fontSize: 12,
marginLeft: 10, marginLeft: 10,
}} }}
@@ -1450,7 +1450,10 @@ export const lpaQuestionnaire_pdf = ({ docProps }) => {
<Text <Text
style={{ style={{
color: "#757575", color: "#757575",
width: "310", width:
docProps.locale == "cy"
? "290"
: "310",
fontSize: 12, fontSize: 12,
padding: 5, padding: 5,
border: 1, border: 1,
@@ -1472,7 +1475,10 @@ export const lpaQuestionnaire_pdf = ({ docProps }) => {
> >
<Text <Text
style={{ style={{
width: "40", width:
docProps.locale == "cy"
? "60"
: "40",
fontSize: 12, fontSize: 12,
marginLeft: 10, marginLeft: 10,
}} }}
+9 -2
View File
@@ -473,7 +473,10 @@ export const statement_pdf = ({ docProps }) => {
<Text <Text
style={{ style={{
color: "#757575", color: "#757575",
width: "310", width:
docProps.locale == "cy"
? "290"
: "310",
fontSize: 12, fontSize: 12,
padding: 5, padding: 5,
border: 1, border: 1,
@@ -493,8 +496,12 @@ export const statement_pdf = ({ docProps }) => {
}} }}
> >
<Text <Text
wrap={true}
style={{ style={{
width: "40", width:
docProps.locale == "cy"
? "60"
: "40",
fontSize: 12, fontSize: 12,
marginLeft: 10, marginLeft: 10,
}} }}