fix(pdf): revert address footer bottom to 7mm
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 10s
Build & Deploy / 🧪 QA (push) Failing after 1m21s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-06-12 14:45:51 +02:00
parent 2f7d6befe4
commit 85d9e3a930
13 changed files with 1 additions and 1 deletions

View File

@@ -367,7 +367,7 @@ const styles = StyleSheet.create({
justifyContent: 'flex-start',
alignItems: 'center',
position: 'absolute',
bottom: '10mm', // Pushed up further from the bottom edge
bottom: '7mm', // 3mm bleed + 4mm safe margin
left: '6mm', // Match backContainer paddingLeft for flush alignment
},
addressFooterText: {