diff --git a/bloomstack_core/public/css/authorize_document.css b/bloomstack_core/public/css/authorize_document.css index 913b4219..f203fe64 100644 --- a/bloomstack_core/public/css/authorize_document.css +++ b/bloomstack_core/public/css/authorize_document.css @@ -99,6 +99,18 @@ -webkit-print-color-adjust: exact; } +.print-format, .print-format h1, .print-format h2, .print-format h3, .print-format p, .print-format td, .print-format th { + color: black; +} + +.print-format .bill-ship-section { + display: flex; +} + +.print-format .bill-ship-section > * { + flex: 1 1 auto; +} + .page-break { page-break-after: always; } @@ -317,4 +329,4 @@ ul.actions li a.approveBtn { #signeeName { text-align: center; margin-bottom: 15px; -} \ No newline at end of file +}