Skip to content

Commit 8fd9011

Browse files
committed
[inspector] Revert margin
1 parent 4519ad8 commit 8fd9011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-react-inspector/style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const APP_STYLESHEET = arrayJoin(
111111
[RIGHT]: 0,
112112
[POSITION]: FIXED,
113113
[HEIGHT]: UNSET,
114-
[MARGIN]: px(1),
114+
[MARGIN]: 0,
115115
...LOGO_SVG,
116116
},
117117
...objNew(

0 commit comments

Comments
 (0)