From 61c4e700468e419420e9feb8f46ded7b5c4423bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sun, 11 Jun 2017 00:02:35 +0200 Subject: [PATCH] Hotfix for user/group icons on sharing list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 2e437cbda..4463228b9 100644 --- a/css/style.css +++ b/css/style.css @@ -902,6 +902,10 @@ button.button-inline:hover { width:100% !important; } +.select2-result-label span { + display: flex; +} + /** * Mobile optimizations */