Merge remote-tracking branch 'origin/v15/feature/tiptap' into v15/feature/tiptap

This commit is contained in:
JesmoDev
2024-09-30 15:08:11 +02:00

View File

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