From 35f11f2edc3dc6aa588edc478fb3b4e59247a39f 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 397096f..52c7c70 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;