Fix Save Photo not working on iOS due to html-to-image error when handling on that platform.
Replaced with a margin that closely matches the spacing that was there originally.
This commit is contained in:
parent
0f31cdd252
commit
dfb7aa39c6
|
@ -48,7 +48,7 @@ function Page(props: PageProps): JSX.Element {
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><img src='shield4.svg' width='50' height='50' /></td>
|
||||
<td style={{fontSize: 20, width: 280}}><span><b> Vaccination Receipt</b></span></td>
|
||||
<td style={{fontSize: 20, width: 280}}><span style={{marginLeft: '11px'}}><b>Vaccination Receipt</b></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue