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
+9 -2
View File
@@ -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,
}}