From 1ea78723a90910d7ce75cc2c8ebe9e0bcea4272a Mon Sep 17 00:00:00 2001 From: daudix Date: Sun, 15 Sep 2024 23:07:46 +0300 Subject: [PATCH] Line height and ellipsized text don't work well together [SKIP CI] --- sass/_post-nav.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_post-nav.scss b/sass/_post-nav.scss index daaf8cd..c497824 100644 --- a/sass/_post-nav.scss +++ b/sass/_post-nav.scss @@ -8,6 +8,7 @@ transition: var(--transition); border-radius: var(--rounded-corner); padding: 1rem; + padding-block-end: 0.75rem; width: 0; max-width: calc(50% - 0.125rem); text-decoration: none; @@ -60,7 +61,6 @@ color: var(--fg-color); text-overflow: ellipsis; white-space: nowrap; - line-height: 1; } }