From 888333171bad1098af104ced0bec543bb5f79b75 Mon Sep 17 00:00:00 2001 From: saalmaan Date: Wed, 27 Jul 2016 16:38:50 +0100 Subject: [PATCH] fixes remove icon on files with long names fixes remove icon on files with long names --- chrome-extension/app/styles/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome-extension/app/styles/main.css b/chrome-extension/app/styles/main.css index af66bb8..6c63b53 100644 --- a/chrome-extension/app/styles/main.css +++ b/chrome-extension/app/styles/main.css @@ -213,6 +213,8 @@ body { background-position: -143px -96px; margin-top: 7px; cursor: pointer; + position:absolute; + right:7px; } .sidebar-list-item-delete:hover {