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:
Coteh 2021-10-03 21:29:26 -04:00
parent 0f31cdd252
commit dfb7aa39c6
1 changed files with 1 additions and 1 deletions

View File

@ -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>&nbsp;&nbsp;Vaccination Receipt</b></span></td>
<td style={{fontSize: 20, width: 280}}><span style={{marginLeft: '11px'}}><b>Vaccination Receipt</b></span></td>
</tr>
</tbody>
</table>