From 62f138be1c6143e1e38e3fbb3ff4a89bc4f6c231 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 18 Mar 2019 10:52:04 +0530 Subject: [PATCH] style: make sidebar file options in one line --- src/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 4973215..7869a9e 100644 --- a/src/style.css +++ b/src/style.css @@ -1806,8 +1806,7 @@ body:not(.is-app) .show-when-app { text-overflow: ellipsis; } .sidebar__file-options { - /* position: absolute; */ - /* right: 0; */ + white-space: nowrap; visibility: hidden; } .sidebar__file:hover .sidebar__file-options,