From 152b2824dc49a619f76b50ad43ea20cf78e48519 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 27 Nov 2017 13:31:22 +0100 Subject: [PATCH] Fix contacts menu height for Safari * fixes #5119 * in Safari the input field was 38px in height and not 34px like in all other browsers Signed-off-by: Morris Jobke --- core/css/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/styles.scss b/core/css/styles.scss index ed72b32113f..5474b41a2b4 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -1340,6 +1340,7 @@ span.ui-icon { #contactsmenu-search { width: calc(100% - 16px); margin: 8px; + height: 34px; } /* ---- TOOLTIPS ---- */