mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
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:
parent
c75b0c25a6
commit
8cae7a715b
|
@ -3239,7 +3239,7 @@ html.d #treepar {
|
|||
|
||||
#ggrid>a>span {
|
||||
text-align: center;
|
||||
padding: 0.2em;
|
||||
padding: .2em .2em .15em .2em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue