From 99598d3f405c6c87fcd6f9248acdf3431ee0ffdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 14 Sep 2017 19:13:40 +0200 Subject: [PATCH] Padding for deleted and editing entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index a3b8a1f1561..15161ccfab5 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -104,7 +104,9 @@ kbd { display: inline-flex; flex-wrap: wrap; - > a { + > a, + > .app-navigation-entry-deleted, + > .app-navigation-entry-edit { /* Ugly hack for overriding the main entry link */ padding-left: 44px !important; } @@ -431,8 +433,8 @@ kbd { */ .app-navigation-entry-deleted { display: inline-flex; + padding-left: 12px; .app-navigation-entry-deleted-description { - padding-left: 12px; position: relative; white-space: nowrap; text-overflow: ellipsis;