commit adbd28e78a0e7c65c406d9e944a135357a8e0505 parent 39d2fb5204c23c1f51a85b471741c8ab683f695c Author: Nullptrderef <nullptrderef@proton.me> Date: Sun, 11 Aug 2024 19:49:33 +0200 fix: underline is not necessary in qr code and makes readibility harder at low resolutions Diffstat:
| M | packages/merchant-backoffice-ui/src/paths/instance/templates/qr/QrPage.tsx | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/packages/merchant-backoffice-ui/src/paths/instance/templates/qr/QrPage.tsx b/packages/merchant-backoffice-ui/src/paths/instance/templates/qr/QrPage.tsx @@ -95,6 +95,11 @@ function saveAsPDF(name: string): void { <html> <head> <title>Order template for ${name}</title> + <style> + pre > a { + text-decoration: none; + } + </style> </head> <body> ${divContents.outerHTML}