Skip to content

Commit

Permalink
Merge pull request #913 from emgage/Next
Browse files Browse the repository at this point in the history
Next into master (revert Farhan's changes)
  • Loading branch information
Maannniii authored Aug 18, 2021
2 parents dbce8d3 + 0e46494 commit 50fcfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/RowAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class RowAction extends React.PureComponent<Props, State> {
return (
validActionConfigs && validActionConfigs.length > 0 ?
<React.Fragment>
<div style={{ float: 'right', position: 'relative' }}>
<div style={{ float: 'right' }}>
<Button componentId={`${componentId}BtnMoreActions`} theme={theme} componentClass={theme.rowActionButton} disabled={actionInProgress} icon="horizontalDots" onClick={(e: React.FormEvent<HTMLElement>) => this.dropdownToggle(e)}>
<VisuallyHidden>More Actions</VisuallyHidden>
</Button>
Expand Down

0 comments on commit 50fcfea

Please sign in to comment.