From e4fd6b71d6ee8a243024bc66073932090e409fd4 Mon Sep 17 00:00:00 2001 From: Aileen Nowak Date: Thu, 18 Aug 2016 16:25:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=20Fix=20position=20of=20arrow?= =?UTF-8?q?=20in=20Apps=20UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes TryGhost/Ghost#7222 Adds `right: 0` to `.apps-configured > i`, so the arrow doesn't overlap with the letters. --- ghost/admin/app/styles/layouts/apps.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/admin/app/styles/layouts/apps.css b/ghost/admin/app/styles/layouts/apps.css index 55b3633536..ab2e69541d 100644 --- a/ghost/admin/app/styles/layouts/apps.css +++ b/ghost/admin/app/styles/layouts/apps.css @@ -85,6 +85,7 @@ .apps-configured > i { position: absolute; top: 2px; + right: 0; font-size: 1.1rem; }