From e69693ecdbed8a66d325a6a8009c8905da7473cb Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 15 Oct 2018 10:07:53 +0200 Subject: Fix autocomplete in message composer Signed-off-by: Christoph Wurst --- css/mail.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'css') diff --git a/css/mail.scss b/css/mail.scss index 62a0982cb..4ca1ecd97 100755 --- a/css/mail.scss +++ b/css/mail.scss @@ -245,6 +245,8 @@ /* autocomplete list */ .ui-autocomplete .ui-menu-item a.mail-recipient-autocomplete { + margin: 0px; + font-weight: normal !important; display: flex; align-content: center; align-items: center; @@ -258,6 +260,7 @@ border-radius: 0 !important; border-left: none; border-right: none; + z-index: 1000; } /* editor */ -- cgit v1.2.3