Fixes Tiptap Table CSS

(rogue nesting, assume bad merge conflict)
This commit is contained in:
leekelleher
2024-09-30 12:46:43 +01:00
committed by Jacob Overgaard
parent d72b473dfc
commit 147b0b1dd9

View File

@@ -263,6 +263,8 @@ export class UmbInputTiptapElement extends UmbFormControlMixin<string, typeof Um
.umb-embed-holder.ProseMirror-selectednode::before {
background: rgba(0, 0, 0, 0.025);
}
/* Table-specific styling */
.tableWrapper {
margin: 1.5rem 0;
@@ -317,7 +319,6 @@ export class UmbInputTiptapElement extends UmbFormControlMixin<string, typeof Um
width: 3px;
}
}
}
.resize-cursor {
cursor: ew-resize;