From 93f95e5f0e08a783f3d3a2651c000709d73edc21 Mon Sep 17 00:00:00 2001 From: Diana Catalina Olarte Date: Mon, 17 Jun 2024 17:42:03 +1000 Subject: [PATCH] fix: update padding in couse title for learning header --- src/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index 44a2063974..f468c8a049 100644 --- a/src/index.scss +++ b/src/index.scss @@ -33,7 +33,7 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - padding-bottom: var(--pgn-spacing-spacer-base); + padding-bottom: calc(var(--pgn-spacing-spacer-base)* 0.1); } }