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
This commit is contained in:
ed 2025-06-20 16:55:47 +02:00
parent c75b0c25a6
commit 8cae7a715b

View file

@ -3239,7 +3239,7 @@ html.d #treepar {
#ggrid>a>span { #ggrid>a>span {
text-align: center; text-align: center;
padding: 0.2em; padding: .2em .2em .15em .2em;
} }
} }