Skip to content

Commit

Permalink
Merge pull request #6450 from nextcloud/backport/6448/stable30
Browse files Browse the repository at this point in the history
[stable30] fix(css): Use singlequotes to please stylelint
  • Loading branch information
mejo- authored Sep 23, 2024
2 parents 24410b6 + 73ae82c commit bf9a1df
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 bf9a1df

Please sign in to comment.