Skip to content

Commit aa7eb22

Browse files
authored
Merge pull request #3121 from superdoc-dev/caio/sd-2930-fix-css-stable
fix: invalid css (SD-2930)
2 parents 0e2cb7a + 9252ed2 commit aa7eb22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/super-editor/src/editors/v1/assets/styles/helpers

packages/super-editor/src/editors/v1/assets/styles/helpers/isolation.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*/
66
.sd-editor-scoped,
77
.sd-editor-scoped :where(*:not(svg):not(svg *):not(.annotation):not([data-drag-handle])),
8-
.sd-editor-scoped :where(*:not(svg):not(svg *)::before),
9-
.sd-editor-scoped :where(*:not(svg):not(svg *)::after) {
8+
.sd-editor-scoped :where(*:not(svg):not(svg *))::before,
9+
.sd-editor-scoped :where(*:not(svg):not(svg *))::after {
1010
all: revert;
1111
box-sizing: border-box;
1212
}

0 commit comments

Comments
 (0)