Skip to content

Commit

Permalink
fix: remove unneded margin
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Apr 7, 2024
1 parent 84c1a16 commit 8da0ce2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/js/ui/views/workshop/repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ export default (): m.Component<WorkshopRepoProps> => {
m(Flex, { items: 'center', justify: 'between', gap: 2, className: '.br2.ba.b--black-10.ph3.bg-white.h3.flex-shrink-0' }, [
m(
'div.flex-grow-1',
{ style: { marginTop: '5px' } },
m(Input, {
placeholder: 'Search...',
icon: 'search',
Expand Down

0 comments on commit 8da0ce2

Please sign in to comment.