Skip to content

Commit

Permalink
fix(instance) avoid table jumping on selecting / unselecting instances
Browse files Browse the repository at this point in the history
  • Loading branch information
edlerd authored and lorumic committed May 23, 2023
1 parent f460bf7 commit 256c0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/instances/InstanceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ const InstanceList: FC = () => {
/>
<Button
appearance="link"
className="clear-selection-btn"
className="clear-selection-btn u-no-margin--bottom u-no-padding--top"
hasIcon
onClick={() => setSelectedNames([])}
>
Expand Down

0 comments on commit 256c0f1

Please sign in to comment.