Skip to content

Commit 1453e81

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 3ced5cf commit 1453e81

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

contentcuration/contentcuration/frontend/shared/views/StudioImmersiveModal.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<slot name="action"></slot>
3030
</template>
3131
</KToolbar>
32-
32+
3333
<StudioOfflineAlert :offset="64" />
34-
34+
3535
<StudioPage
3636
:offline="offline"
3737
:marginTop="contentMarginTop"
@@ -130,8 +130,8 @@
130130
bottom: 0;
131131
left: 0;
132132
z-index: 17;
133-
background-color: white;
134133
overflow-y: auto;
134+
background-color: white;
135135
}
136136
137137
</style>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22

3-
<main
3+
<main
44
class="studio-page-outer"
55
:style="outerStyle"
66
>
@@ -47,7 +47,7 @@
4747
},
4848
props: {
4949
offline: { type: Boolean, default: false },
50-
marginTop: { type: Number, default: null },
50+
marginTop: { type: Number, default: null },
5151
},
5252
};
5353

0 commit comments

Comments
 (0)