From e57e273a40bc16ade77a6f4615db8f606ae58562 Mon Sep 17 00:00:00 2001 From: Sugaroverdose Date: Wed, 28 Jan 2015 22:44:12 +0300 Subject: [PATCH] Prevent 1px padding between button and dropdown in ie11 when zooming --- apps/files/css/files.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index cdaa328aea1..1d6b4ad9e07 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -48,7 +48,7 @@ z-index: -10; padding: 8px; padding-bottom: 0; - margin-top: 14px; + margin-top: 13.5px; margin-left: -1px; text-align: left; background: #f8f8f8; -- 2.39.5