Skip to content

Commit

Permalink
fix: edsbutton overflow minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
awesthouse authored and pbullhove committed Mar 15, 2024
1 parent dc0327a commit a037718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dm-core/src/components/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ export function Table(props: TableProps) {
{tableVariant === TableVariantNameEnum.Edit && reloadData && (
<Button
aria-label='Revert changes'
className='overflow-hidden'
variant='outlined'
disabled={isLoading || !props.dirtyState}
onClick={reloadData}
Expand Down

0 comments on commit a037718

Please sign in to comment.