Skip to content

Commit

Permalink
fix extension build error
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Apr 5, 2024
1 parent 5e2dad3 commit 3d7ba0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class AssignmentsList extends React.PureComponent<IProps, {loading: true}
onClick={closeDropdown}
/>
)}
wrapperStyles={{whiteSpace: 'nowrap', padding: 16, paddingTop: 0}}
wrapperStyles={{whiteSpace: 'nowrap', padding: '0 16 16'}}
/>
);
}}
Expand Down

0 comments on commit 3d7ba0b

Please sign in to comment.