From 750a20491d61a95f96974e53e36b0f271cf76bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Alby?= Date: Mon, 24 Aug 2020 14:21:03 +0200 Subject: [PATCH] Merge pull request #3131 from overleaf/pr-fix-context-menu-placement-folders Fix ellipsis icon placement in folders GitOrigin-RevId: 4004ed43c8dd138e8f774d660e712bc7076e8b62 --- .../frontend/stylesheets/app/editor/file-tree.less | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/services/web/frontend/stylesheets/app/editor/file-tree.less b/services/web/frontend/stylesheets/app/editor/file-tree.less index ed0c2063e0..fbf5933b9d 100644 --- a/services/web/frontend/stylesheets/app/editor/file-tree.less +++ b/services/web/frontend/stylesheets/app/editor/file-tree.less @@ -150,19 +150,18 @@ display: flex; align-items: center; color: #fff; - white-space: pre; - line-height: 6px; + line-height: 1.6; font-size: 20px; - height: 100%; - padding: 0 12px 0 18px; + padding: 0 4px 0 18px; &:hover, &:focus { text-decoration: none; } &::before { - content: '\00B7\A\00B7\A\00B7'; - margin-top: -4px; + content: '\00B7\00B7\00B7'; + transform: rotate(90deg); + letter-spacing: 0.5px; } } @@ -252,7 +251,6 @@ .entity-menu-toggle { display: inline-block; - height: 100%; } } }