From 4df2af82d1f305e4a4e46d3d38e972da727a7fbf Mon Sep 17 00:00:00 2001 From: huanghongxun Date: Sun, 29 Aug 2021 07:52:57 +0800 Subject: [PATCH] fix: list-cell padding --- HMCL/src/main/resources/assets/css/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HMCL/src/main/resources/assets/css/root.css b/HMCL/src/main/resources/assets/css/root.css index 0e0164a7e..620084c18 100644 --- a/HMCL/src/main/resources/assets/css/root.css +++ b/HMCL/src/main/resources/assets/css/root.css @@ -671,7 +671,7 @@ * * *******************************************************************************/ -.list-cell { +.no-padding .list-cell { -fx-padding: 0; }