From 5c436e6afa01f90686c156825da480d7fb5fcab0 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Thu, 23 Jul 2026 23:24:52 +0100 Subject: [PATCH] Update SKELETON_HEIGHT in ObjectTable component for improved layout consistency. Adjust Skeleton.Input height for better visual alignment in the dashboard table. --- src/components/Dashboard/common/ObjectTable.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/Dashboard/common/ObjectTable.jsx b/src/components/Dashboard/common/ObjectTable.jsx index 86b39d5..3452292 100644 --- a/src/components/Dashboard/common/ObjectTable.jsx +++ b/src/components/Dashboard/common/ObjectTable.jsx @@ -50,7 +50,7 @@ const logger = loglevel.getLogger('DasboardTable') logger.setLevel(config.logLevel) const SCROLL_THRESHOLD = 50 -const SKELETON_HEIGHT = 49 +const SKELETON_HEIGHT = 49.5 const RowForm = ({ record, isEditing, onRegister, children }) => { const [form] = Form.useForm() @@ -966,7 +966,11 @@ const ObjectTable = forwardRef( render: (text, record) => { if (record?.isSkeleton) { return ( - + ) } return (