This commit is contained in:
jason
2026-03-19 16:14:35 -05:00
parent 26b188de87
commit 6423dfb91b

View File

@@ -152,7 +152,7 @@ function buildShippingLabelPdf(options: {
<html> <html>
<head> <head>
<style> <style>
@page { size: 4in 5.5in; margin: 0; } @page { size: 4in 6in; margin: 0.1in; }
*, *::before, *::after { box-sizing: border-box; } *, *::before, *::after { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; padding: 0; } html, body { width: 100%; height: 100%; margin: 0; padding: 0; }
body { font-family: ${company.theme.fontFamily}, Arial, sans-serif; color: #111827; font-size: 11px; } body { font-family: ${company.theme.fontFamily}, Arial, sans-serif; color: #111827; font-size: 11px; }