From d23735816831ae9dbdf9938b480a7d8758c5caf7 Mon Sep 17 00:00:00 2001 From: master3395 Date: Mon, 19 Jan 2026 18:06:19 +0100 Subject: [PATCH] Fix Learn More button text visibility and ensure .htaccess icon displays --- baseTemplate/templates/baseTemplate/index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html index 0d3fbf78b..4783b082c 100644 --- a/baseTemplate/templates/baseTemplate/index.html +++ b/baseTemplate/templates/baseTemplate/index.html @@ -362,6 +362,7 @@ color: var(--accent-color); flex-shrink: 0; min-width: 1.25rem; + display: inline-block; } .notification-center-item-title .dismissed-badge { @@ -477,18 +478,18 @@ transition: all 0.3s ease; white-space: nowrap; box-sizing: border-box; - max-width: 100%; - overflow: hidden; + min-width: fit-content; cursor: pointer; position: relative; } .notification-center-item-link-secondary > span { - overflow: hidden; - text-overflow: ellipsis; + display: inline-block; white-space: nowrap; font-weight: 600; font-size: 0.9rem; + color: inherit; + flex-shrink: 0; } .notification-center-item-link-secondary:hover {