From 1130d6e66923cc2c8ca4307da446f39ce9749934 Mon Sep 17 00:00:00 2001 From: Simon Seyock Date: Thu, 6 Jun 2024 14:25:12 +0200 Subject: [PATCH] fix: make property grid tighter --- src/Grid/PropertyGrid/PropertyGrid.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Grid/PropertyGrid/PropertyGrid.less b/src/Grid/PropertyGrid/PropertyGrid.less index 85582a8f69..a0de254b98 100644 --- a/src/Grid/PropertyGrid/PropertyGrid.less +++ b/src/Grid/PropertyGrid/PropertyGrid.less @@ -33,6 +33,10 @@ overflow: auto; } + .ant-table-cell { + padding: 4px; + } + th { text-align: center; }