Skip to content

Commit 3ccd761

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent c2a3e42 commit 3ccd761

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 6 additions & 6 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,16 +130,16 @@
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
.toolbar-title {
138138
display: block;
139-
margin-inline-start: 16px;
140-
margin-inline-end: 16px;
141-
white-space: nowrap;
142139
max-width: calc(100% - 80px);
140+
margin-inline-start: 16px;
141+
margin-inline-end: 16px;
142+
white-space: nowrap;
143143
}
144144
145145
</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)