From 1360498ff6117b24db3f1c19e38ec16e531c0e12 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Wed, 8 Jan 2025 19:42:57 +0530 Subject: [PATCH] fix the inline edit button spacing on user page (#19289) --- .../common/CustomPropertyTable/property-value.less | 5 +++++ .../components/common/InlineEdit/InlineEdit.component.tsx | 1 - .../ui/src/components/common/InlineEdit/inline-edit.less | 3 --- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/common/CustomPropertyTable/property-value.less b/openmetadata-ui/src/main/resources/ui/src/components/common/CustomPropertyTable/property-value.less index cd625c81442..7de5af548f1 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/common/CustomPropertyTable/property-value.less +++ b/openmetadata-ui/src/main/resources/ui/src/components/common/CustomPropertyTable/property-value.less @@ -95,5 +95,10 @@ .custom-property-inline-edit-container { width: 100%; + flex-wrap: wrap; overflow-x: scroll; + + .ant-space-item:first-child { + width: inherit; + } } diff --git a/openmetadata-ui/src/main/resources/ui/src/components/common/InlineEdit/InlineEdit.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/common/InlineEdit/InlineEdit.component.tsx index 97e203b9fd1..f34f188d441 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/common/InlineEdit/InlineEdit.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/common/InlineEdit/InlineEdit.component.tsx @@ -29,7 +29,6 @@ const InlineEdit = ({ }: InlineEditProps) => { return (