From 1dbbe6b3b4b6d9dc00d7b4adf2f562c2a4b89177 Mon Sep 17 00:00:00 2001 From: rpipaliya-sonata Date: Wed, 1 Jul 2026 05:06:04 +0000 Subject: [PATCH] style: adjust padding for accomplishment title in print rendering --- .../credentials_theme_openedx/static/sass/_print-rendering.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/credentials/apps/credentials_theme_openedx/static/sass/_print-rendering.scss b/credentials/apps/credentials_theme_openedx/static/sass/_print-rendering.scss index db81f9e81..a8380140c 100644 --- a/credentials/apps/credentials_theme_openedx/static/sass/_print-rendering.scss +++ b/credentials/apps/credentials_theme_openedx/static/sass/_print-rendering.scss @@ -26,7 +26,7 @@ @include text-align(left); top: 0 !important; box-shadow: none; - padding: 0.625rem 2.5rem !important; + padding: 5% 5% 3% !important; background-color: $white; .wrapper-accomplishment-title {