From 565f1a13e426eef1827aeae5e63d19ec27d76e24 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Sun, 7 Jul 2024 08:39:25 +0300 Subject: [PATCH] Fix line height with the new Autocomplete Menu --- keepassxc-browser/css/autocomplete.css | 1 + 1 file changed, 1 insertion(+) diff --git a/keepassxc-browser/css/autocomplete.css b/keepassxc-browser/css/autocomplete.css index a77a763..c76c8e9 100644 --- a/keepassxc-browser/css/autocomplete.css +++ b/keepassxc-browser/css/autocomplete.css @@ -30,6 +30,7 @@ color: var(--kpxc-text-color); cursor: pointer; letter-spacing: normal !important; + line-height: 1.25em; padding: 12px; text-align: start !important; text-rendering: auto !important;