Skip to content

Commit 8da0ce2

Browse files
committed
fix: remove unneded margin
1 parent 84c1a16 commit 8da0ce2

File tree

1 file changed

+0
-1
lines changed
  • frontend/src/js/ui/views/workshop

1 file changed

+0
-1
lines changed

frontend/src/js/ui/views/workshop/repo.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ export default (): m.Component<WorkshopRepoProps> => {
258258
m(Flex, { items: 'center', justify: 'between', gap: 2, className: '.br2.ba.b--black-10.ph3.bg-white.h3.flex-shrink-0' }, [
259259
m(
260260
'div.flex-grow-1',
261-
{ style: { marginTop: '5px' } },
262261
m(Input, {
263262
placeholder: 'Search...',
264263
icon: 'search',

0 commit comments

Comments
 (0)