From 67fbcfcac5489aadcdc52a345a71fb8c4177751d Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 28 Sep 2016 13:23:16 +0530 Subject: [PATCH] [fix] pdf print format --- frappe/templates/styles/standard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/templates/styles/standard.css b/frappe/templates/styles/standard.css index 00fd813af7..56e4479cf4 100644 --- a/frappe/templates/styles/standard.css +++ b/frappe/templates/styles/standard.css @@ -69,7 +69,7 @@ padding: 50% 0; background-size: contain; /*background-size: cover;*/ - background-repeat: no-repeat; + background-repeat: no-repeat !important; background-position: center center; border-radius: 4px; }