Fix sidebar text clipping on Windows

This commit is contained in:
Konstantinos Grontis
2026-06-01 17:11:19 +03:00
committed by GitHub
parent 47a6b510e1
commit 35f11f2edc

View File

@@ -1599,7 +1599,7 @@ body.bg-pattern-sparkles {
margin: 0; margin: 0;
border-radius: 4px; border-radius: 4px;
border: none; border: none;
line-height: 1; line-height: 1.3;
font-size: 13px; font-size: 13px;
background: transparent; background: transparent;
transition: background 0.08s; transition: background 0.08s;