rep defect 50
This commit is contained in:
@@ -1664,7 +1664,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
<Text
|
||||
style={{
|
||||
color: "#757575",
|
||||
width: "310",
|
||||
width:
|
||||
docProps.locale == "cy"
|
||||
? "290"
|
||||
: "310",
|
||||
fontSize: 12,
|
||||
padding: 5,
|
||||
border: 1,
|
||||
@@ -1686,7 +1689,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text
|
||||
style={{
|
||||
width: "40",
|
||||
width:
|
||||
docProps.locale == "cy"
|
||||
? "60"
|
||||
: "40",
|
||||
fontSize: 12,
|
||||
marginLeft: 10,
|
||||
}}
|
||||
|
||||
@@ -473,7 +473,10 @@ export const finalComments_pdf = ({ docProps }) => {
|
||||
<Text
|
||||
style={{
|
||||
color: "#757575",
|
||||
width: "310",
|
||||
width:
|
||||
docProps.locale == "cy"
|
||||
? "290"
|
||||
: "310",
|
||||
fontSize: 12,
|
||||
padding: 5,
|
||||
border: 1,
|
||||
@@ -494,7 +497,10 @@ export const finalComments_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text
|
||||
style={{
|
||||
width: "40",
|
||||
width:
|
||||
docProps.locale == "cy"
|
||||
? "60"
|
||||
: "40",
|
||||
fontSize: 12,
|
||||
marginLeft: 10,
|
||||
}}
|
||||
|
||||
@@ -1450,7 +1450,10 @@ export const lpaQuestionnaire_pdf = ({ docProps }) => {
|
||||
<Text
|
||||
style={{
|
||||
color: "#757575",
|
||||
width: "310",
|
||||
width:
|
||||
docProps.locale == "cy"
|
||||
? "290"
|
||||
: "310",
|
||||
fontSize: 12,
|
||||
padding: 5,
|
||||
border: 1,
|
||||
@@ -1472,7 +1475,10 @@ export const lpaQuestionnaire_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text
|
||||
style={{
|
||||
width: "40",
|
||||
width:
|
||||
docProps.locale == "cy"
|
||||
? "60"
|
||||
: "40",
|
||||
fontSize: 12,
|
||||
marginLeft: 10,
|
||||
}}
|
||||
|
||||
@@ -473,7 +473,10 @@ export const statement_pdf = ({ docProps }) => {
|
||||
<Text
|
||||
style={{
|
||||
color: "#757575",
|
||||
width: "310",
|
||||
width:
|
||||
docProps.locale == "cy"
|
||||
? "290"
|
||||
: "310",
|
||||
fontSize: 12,
|
||||
padding: 5,
|
||||
border: 1,
|
||||
@@ -493,8 +496,12 @@ export const statement_pdf = ({ docProps }) => {
|
||||
}}
|
||||
>
|
||||
<Text
|
||||
wrap={true}
|
||||
style={{
|
||||
width: "40",
|
||||
width:
|
||||
docProps.locale == "cy"
|
||||
? "60"
|
||||
: "40",
|
||||
fontSize: 12,
|
||||
marginLeft: 10,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user