From 8cae7a715b30b637fb8b6e8f5f5c0d792e7f8845 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 20 Jun 2025 16:55:47 +0200 Subject: [PATCH] fix linecrop bleed (#170): chrome (only on windows and macos) could show the top row of pixels of the truncated line; this seems to fix it --- copyparty/web/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 2262243c..1fec318f 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3239,7 +3239,7 @@ html.d #treepar { #ggrid>a>span { text-align: center; - padding: 0.2em; + padding: .2em .2em .15em .2em; } }