From 3cb78176f0ca9477da17c351b2b604857dc47c22 Mon Sep 17 00:00:00 2001 From: Alessandro Rodi Date: Thu, 9 May 2019 14:29:13 +0200 Subject: [PATCH 1/2] Set auto as default @page size --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index a5520e7d8175..45e472feb49a 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -1120,5 +1120,5 @@ $positions: static, relative, absolute, fixed, sticky !default; // Printing -$print-page-size: a3 !default; +$print-page-size: auto !default; $print-body-min-width: map-get($grid-breakpoints, "lg") !default; From 95535d711d83e4344a971ea8ef8b76035e7042ee Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Thu, 20 Jun 2019 19:59:06 +0200 Subject: [PATCH 2/2] Change to null --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 247c20c48249..eb212c5ebcbf 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -1121,5 +1121,5 @@ $positions: static, relative, absolute, fixed, sticky !default; // Printing -$print-page-size: auto !default; +$print-page-size: null !default; $print-body-min-width: map-get($grid-breakpoints, "lg") !default;