diff --git a/src/Grid/PropertyGrid/PropertyGrid.less b/src/Grid/PropertyGrid/PropertyGrid.less index 85582a8f6..a0de254b9 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; }