From 1d47410021fcc3ce9968a84453b809a1d8744db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 3 Jan 2018 17:12:16 +0100 Subject: [PATCH] Fix height of table rows in apps management on IE11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- settings/css/settings.css | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/css/settings.css b/settings/css/settings.css index 324582caeff..9922c52ce76 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -1050,6 +1050,7 @@ form.section { #apps-list.installed .app-image { width: 44px; + height: auto; text-align: right; }