Compare commits

...
Author SHA1 Message Date
Salihu b58428bbf1 Merge pull request #2446 from docmost/fix/table-width
imported table width
2026-08-28 15:21:09 +01:00
Salihu 464524500c revert unintended changes 2026-08-27 22:31:32 +01:00
Salihu 87eb11c782 fix imported table width 2026-08-27 22:20:01 +01:00
Salihu e175242748 imported table width 2026-08-27 21:12:38 +01:00
Salihu 24b81ab9af imported table width 2026-08-27 21:01:19 +01:00
Salihu cd55529e5a pdf embed in table 2026-07-28 16:10:51 +01:00
3 changed files with 3 additions and 3 deletions
@@ -4,7 +4,7 @@
overflow-x: auto;
& table {
overflow-x: hidden;
min-width: 700px !important;
min-width: 100% !important;
}
}
+1 -1
View File
@@ -3,7 +3,7 @@ import { TableCell as TiptapTableCell } from "@tiptap/extension-table";
export const TableCell = TiptapTableCell.extend({
name: "tableCell",
content:
"(paragraph | heading | bulletList | orderedList | taskList | blockquote | callout | image | video | audio | subpages | attachment | mathBlock | details | codeBlock)+",
"(paragraph | heading | bulletList | orderedList | taskList | blockquote | callout | image | video | audio | subpages | attachment | mathBlock | details | pdf | codeBlock)+",
addAttributes() {
return {
+1 -1
View File
@@ -3,7 +3,7 @@ import { TableHeader as TiptapTableHeader } from "@tiptap/extension-table";
export const TableHeader = TiptapTableHeader.extend({
name: "tableHeader",
content:
"(paragraph | heading | bulletList | orderedList | taskList | blockquote | callout | image | video | audio | subpages | attachment | mathBlock | details | codeBlock)+",
"(paragraph | heading | bulletList | orderedList | taskList | blockquote | callout | image | video | audio | subpages | attachment | mathBlock | details | pdf | codeBlock)+",
addAttributes() {
return {