Skip to content

Commit

Permalink
fix the inline edit button spacing on user page (#19289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish8689 authored Jan 8, 2025
1 parent 6d1ad23 commit 1360498
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,10 @@

.custom-property-inline-edit-container {
width: 100%;
flex-wrap: wrap;
overflow-x: scroll;

.ant-space-item:first-child {
width: inherit;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const InlineEdit = ({
}: InlineEditProps) => {
return (
<Space
wrap
className={classNames(className, 'inline-edit-container')}
data-testid="inline-edit-container"
direction={direction}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@
*/
.inline-edit-container {
width: 100%;
.ant-space-item:first-child {
width: inherit;
}
}

0 comments on commit 1360498

Please sign in to comment.