From b7832d4f822fa0c0b0e1a583df6ac167be417865 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Sat, 9 May 2026 21:49:49 +0200 Subject: [PATCH] Increase sponsor hover CTA text size --- theme/pagetoc.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/theme/pagetoc.css b/theme/pagetoc.css index 4cdba9f8b..f2fd1eb4f 100644 --- a/theme/pagetoc.css +++ b/theme/pagetoc.css @@ -215,9 +215,14 @@ margin-top: 0; margin-bottom: 4px; padding: 7px 10px; - font-size: 1rem; + box-sizing: border-box; + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 1.08rem; font-weight: 700; - line-height: 1.2; + line-height: 1.1; } .sidesponsor-bsa { max-height: 40%;