From 9abadc45e9fa126cfbf0e23a58d278c7143ea855 Mon Sep 17 00:00:00 2001 From: lassejaco Date: Sat, 13 Apr 2024 14:14:03 +0200 Subject: [PATCH] more line height for myanmar font rendering --- lib/components/text-morph/text-morph.module.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/components/text-morph/text-morph.module.scss b/lib/components/text-morph/text-morph.module.scss index 2b9aa5788..d2a8b8f00 100644 --- a/lib/components/text-morph/text-morph.module.scss +++ b/lib/components/text-morph/text-morph.module.scss @@ -25,11 +25,9 @@ -webkit-text-fill-color: transparent; padding: 8px 0px; position: absolute; - transform: translateX(-3px); - // width: 100%; display: inline-block; text-wrap: nowrap; - // font-family: 'Raleway', sans-serif; + line-height: 1.25em; font-size: 26px; font-weight: bold;