mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 13:36:32 +00:00
fix the inline edit button spacing on user page (#19289)
This commit is contained in:
parent
6d1ad23a96
commit
1360498ff6
@ -95,5 +95,10 @@
|
||||
|
||||
.custom-property-inline-edit-container {
|
||||
width: 100%;
|
||||
flex-wrap: wrap;
|
||||
overflow-x: scroll;
|
||||
|
||||
.ant-space-item:first-child {
|
||||
width: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@ -29,7 +29,6 @@ const InlineEdit = ({
|
||||
}: InlineEditProps) => {
|
||||
return (
|
||||
<Space
|
||||
wrap
|
||||
className={classNames(className, 'inline-edit-container')}
|
||||
data-testid="inline-edit-container"
|
||||
direction={direction}
|
||||
|
||||
@ -12,7 +12,4 @@
|
||||
*/
|
||||
.inline-edit-container {
|
||||
width: 100%;
|
||||
.ant-space-item:first-child {
|
||||
width: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user