Skip to content

Commit

Permalink
Merge pull request #5494 from BacLuc/story-board-remove-deep-css
Browse files Browse the repository at this point in the history
Storyboard.vue: remove css with no applications
  • Loading branch information
carlobeltrame authored Jul 8, 2024
2 parents 48e0d64 + 3e43a7b commit 2b44707
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions frontend/src/components/activity/content/Storyboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,4 @@ export default {
}
</script>

<style scoped lang="scss">
:deep {
.v-text-field.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense)
.editor {
margin-top: 10px;
padding-top: 5px;
margin-bottom: 10px;
}
}
</style>
<style scoped lang="scss"></style>

0 comments on commit 2b44707

Please sign in to comment.