From 9d18e39a66a44dec9d4db6780974ed063b2ab434 Mon Sep 17 00:00:00 2001 From: Konstantinos Grontis Date: Mon, 1 Jun 2026 17:11:19 +0300 Subject: [PATCH] Fix sidebar text clipping on Windows --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 397096f02..52c7c7088 100644 --- a/static/style.css +++ b/static/style.css @@ -1599,7 +1599,7 @@ body.bg-pattern-sparkles { margin: 0; border-radius: 4px; border: none; - line-height: 1; + line-height: 1.3; font-size: 13px; background: transparent; transition: background 0.08s;