Skip to content

Commit 1e45be3

Browse files
committed
fix(web): local tiptap CSS class rules
1 parent a8de985 commit 1e45be3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/web/EnrichedText.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
.tiptap.ProseMirror p {
1+
.eti-editor .tiptap.ProseMirror p {
22
margin-top: 0;
33
margin-bottom: 0;
44
}
55

6-
.tiptap.ProseMirror-focused {
6+
.eti-editor .tiptap.ProseMirror-focused {
77
outline: none;
88
}
99

10-
.tiptap {
10+
.eti-editor .tiptap {
1111
flex: 1;
1212
}
1313

0 commit comments

Comments
 (0)