Skip to content

Commit 5437d8a

Browse files
committed
Remove margin auto from innerStyle in StudioPage for improved layout consistency
1 parent c2a3e42 commit 5437d8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contentcuration/contentcuration/frontend/shared/views/StudioPage.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
paddingRight: `${paddingX.value}px`,
3333
paddingTop: `${paddingTop.value}px`,
3434
maxWidth: windowIsLarge.value ? '1000px' : '100%',
35-
margin: '0 auto',
3635
}));
3736
3837
const outerStyle = computed(() => {

0 commit comments

Comments
 (0)