From 2ac95bd99bced88fac74449ae1b789e1e2bf304e Mon Sep 17 00:00:00 2001 From: Louis Knapp Date: Wed, 30 Sep 2015 07:23:58 -0500 Subject: [PATCH] lk | log number no longer appears below receipts, and they print 4 per page properly --- app/assets/stylesheets/print_select.css.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/print_select.css.scss b/app/assets/stylesheets/print_select.css.scss index 17e47de..1f0b1a1 100644 --- a/app/assets/stylesheets/print_select.css.scss +++ b/app/assets/stylesheets/print_select.css.scss @@ -3,6 +3,7 @@ font-size: 24px; } .print-label{ + page-break-inside: avoid; margin: 10px; border: 5px solid black; height: 400px; @@ -16,7 +17,7 @@ } .desc { margin: 10px; - height: 230px; + height: 200px; border: 2px dotted black; } }