fix scoped link style

This commit is contained in:
Philipp Kühn
2021-03-18 11:03:13 +01:00
parent 6e87882820
commit 9dd4e24b97

View File

@@ -61,9 +61,10 @@ export default {
} }
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
/* Basic editor styles */ /* Basic editor styles */
.ProseMirror { ::v-deep {
.ProseMirror {
> * + * { > * + * {
margin-top: 0.75em; margin-top: 0.75em;
} }
@@ -71,5 +72,6 @@ export default {
a { a {
color: #68CEF8; color: #68CEF8;
} }
}
} }
</style> </style>