Skip to content

Commit bacf0e5

Browse files
committed
Merge remote-tracking branch 'origin/v15/feature/tiptap' into v15/feature/tiptap
2 parents bae772a + d7a6a6f commit bacf0e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/packages/rte/tiptap/components/input-tiptap/input-tiptap.element.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ export class UmbInputTiptapElement extends UmbFormControlMixin<string, typeof Um
263263
264264
.umb-embed-holder.ProseMirror-selectednode::before {
265265
background: rgba(0, 0, 0, 0.025);
266+
}
267+
266268
/* Table-specific styling */
267269
.tableWrapper {
268270
margin: 1.5rem 0;
@@ -317,7 +319,6 @@ export class UmbInputTiptapElement extends UmbFormControlMixin<string, typeof Um
317319
width: 3px;
318320
}
319321
}
320-
}
321322
322323
.resize-cursor {
323324
cursor: ew-resize;

0 commit comments

Comments
 (0)