From df54b59b95a06541c8b342de07355120b4ac1441 Mon Sep 17 00:00:00 2001 From: Louis Knapp Date: Thu, 17 Aug 2017 19:15:26 -0500 Subject: [PATCH] lk | reduce printed margins on receipts --- app/assets/stylesheets/print_select.css.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/print_select.css.scss b/app/assets/stylesheets/print_select.css.scss index 36263eb..d9a69d8 100644 --- a/app/assets/stylesheets/print_select.css.scss +++ b/app/assets/stylesheets/print_select.css.scss @@ -1,3 +1,6 @@ +@page { + margin: 0cm; +} .print-labels{ h2 { font-size: 24px; @@ -6,7 +9,7 @@ page-break-inside: avoid; margin: 1px; border: 5px solid black; - height: 465px; + height: 520px; text-align: center; .horizontal-line{ width: 100%;