Skip to content

Commit

Permalink
[MI-1380] fixed tabbed widgets covering jog widget
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiabeluli committed Feb 29, 2024
1 parent 8f35f01 commit 8cc9e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/widgets/JogControl/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ class AxesWidget extends PureComponent {
}

return (
<Widget style={{ minHeight: '250px' }}>
<Widget /*style={{ minHeight: '250px' }}*/>
<Widget.Header>
<Widget.Title>
{isForkedWidget &&
Expand Down

0 comments on commit 8cc9e83

Please sign in to comment.