Skip to content

Commit 2b44707

Browse files
Merge pull request ecamp#5494 from BacLuc/story-board-remove-deep-css
Storyboard.vue: remove css with no applications
2 parents 48e0d64 + 3e43a7b commit 2b44707

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)