Skip to content

Commit

Permalink
fix(css): Use singlequotes to please stylelint
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- authored and backportbot[bot] committed Sep 23, 2024
1 parent 24410b6 commit 73ae82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/Preview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
<style lang="scss" scoped>
// Hide the link element inside previews. We cannot hide full node view content
// as the preview options (prosemirror decorations) are inside it.
[data-text-el="preview"] [data-node-view-content] :deep(a) {
[data-text-el='preview'] [data-node-view-content] :deep(a) {
display: none;
}
Expand Down

0 comments on commit 73ae82c

Please sign in to comment.