Skip to content

Commit d7a6a6f

Browse files
leekelleheriOvergaard
authored andcommitted
Fixes Tiptap Table CSS
(rogue nesting, assume bad merge conflict)
1 parent 8881cbc commit d7a6a6f

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)