From 2c35bf6ad9dd937d1345da370b03a0dc3ab51757 Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Sun, 25 May 2025 20:49:06 +0100 Subject: [PATCH] lazygit --- workflowy-helper/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/workflowy-helper/style.css b/workflowy-helper/style.css index 86d32c6..b0e5544 100644 --- a/workflowy-helper/style.css +++ b/workflowy-helper/style.css @@ -160,7 +160,12 @@ body::-webkit-scrollbar { .name > .content > .innerContentContainer { overflow: hidden; - text-overflow: ellipsis; + overflow-x: scroll; + white-space: nowrap; + text-overflow: unset; +} +.name > .content > .innerContentContainer::-webkit-scrollbar { + display: none; } .link, @@ -640,3 +645,5 @@ body::-webkit-scrollbar { font-size: 16px; margin-left: 4px; } + +