Removed some horizontal margins on PDFs
This commit is contained in:
@@ -103,13 +103,13 @@ const GroupTestReport = ({
|
||||
{title}
|
||||
</Text>
|
||||
</View>
|
||||
<View style={styles.textPadding}>
|
||||
<View style={styles.textMargin}>
|
||||
<Text style={defaultTextStyle}>Date of Test: {date}</Text>
|
||||
</View>
|
||||
<Text style={[styles.textFont, styles.textBold, { fontSize: 11 }]}>
|
||||
Candidate Information:
|
||||
</Text>
|
||||
<View style={styles.textPadding}>
|
||||
<View style={styles.textMargin}>
|
||||
<Text style={defaultTextStyle}>Name: {name}</Text>
|
||||
<Text style={defaultTextStyle}>ID: {id}</Text>
|
||||
<Text style={defaultTextStyle}>Email: {email}</Text>
|
||||
@@ -193,10 +193,8 @@ const GroupTestReport = ({
|
||||
]}
|
||||
key={label}
|
||||
>
|
||||
<Text style={customStyles.tableCell}>
|
||||
{label}
|
||||
</Text>
|
||||
<View style={[customStyles.tableCell, { flex: 2}]}>
|
||||
<Text style={customStyles.tableCell}>{label}</Text>
|
||||
<View style={[customStyles.tableCell, { flex: 2 }]}>
|
||||
<ProgressBar
|
||||
width={200}
|
||||
height={18}
|
||||
|
||||
Reference in New Issue
Block a user