From 523c920557f884a5593e868bcbded33100152012 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Mon, 8 Jul 2024 09:13:44 +0300 Subject: [PATCH] Fix setting Autocomplete Menu min-width --- keepassxc-browser/css/autocomplete.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keepassxc-browser/css/autocomplete.css b/keepassxc-browser/css/autocomplete.css index c76c8e9..4468fbb 100644 --- a/keepassxc-browser/css/autocomplete.css +++ b/keepassxc-browser/css/autocomplete.css @@ -8,7 +8,7 @@ font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 1em; - min-width: 16rem; + min-width: 16em; overflow: hidden; /* Prevent the content from bleeding over the border radius. */ padding: 6px; position: absolute !important;