Skip to content

Commit 3e43a7b

Browse files
committed
Storyboard.vue: remove css with no applications
The css violates vue-scoped-css/require-v-deep-argument which will be more strictly enforced by vue3. I changed all the values to 10'000, and it had no effect. Because there was no explanation why this is here in the commit message, in the PR or in the comments, i delete this css. Was introduced in: PR: ecamp#3224 Commit: 9060a33
1 parent 3cd279f commit 3e43a7b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

frontend/src/components/activity/content/Storyboard.vue

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,4 @@ export default {
171171
}
172172
</script>
173173

174-
<style scoped lang="scss">
175-
:deep {
176-
.v-text-field.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense)
177-
.editor {
178-
margin-top: 10px;
179-
padding-top: 5px;
180-
margin-bottom: 10px;
181-
}
182-
}
183-
</style>
174+
<style scoped lang="scss"></style>

0 commit comments

Comments
 (0)