Skip to content

Commit

Permalink
fix: small ui thing in job contrl
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Mar 12, 2024
1 parent d2ca001 commit eeebd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dm-core-plugins/src/job/JobControl/JobControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const JobControl = (props: IUIPlugin) => {
return (
<div className='dm-plugin-padding'>
<div className='flex-col border rounded-md bg-equinor-lightgray'>
<div className='pb-2'>
<div>
<div className='border-b flex justify-between items-center p-2'>
<Typography bold>Job Control</Typography>
</div>
Expand Down

0 comments on commit eeebd4e

Please sign in to comment.