From 9852b8411a360b037292629596f919c52d3976c0 Mon Sep 17 00:00:00 2001 From: galela Date: Mon, 12 May 2025 14:34:57 +0200 Subject: [PATCH] Reapply style change after merge --- src/components/Fields/Field.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/Fields/Field.tsx b/src/components/Fields/Field.tsx index 8ac4ef7c..62a67a78 100644 --- a/src/components/Fields/Field.tsx +++ b/src/components/Fields/Field.tsx @@ -9,7 +9,6 @@ import { import { FieldDetails } from './FieldDetails'; import { InnerPropertiesWrap, - PropertyBullet, PropertyCellWithInner, PropertyDetailsCell, PropertyNameCell, @@ -74,7 +73,6 @@ export class Field extends React.Component { kind={kind} title={name} > -