We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60d1179 + 46e5e18 commit 1ba9417Copy full SHA for 1ba9417
src/components/TextEditor/TextEditor.vue
@@ -174,6 +174,7 @@ onMounted(() => {
174
}),
175
Table.configure({
176
resizable: true,
177
+ renderWrapper: true,
178
179
TableRow,
180
TableHeader,
src/components/TextEditor/style.css
@@ -136,6 +136,10 @@ img.ProseMirror-selectednode {
136
text-decoration: underline;
137
}
138
139
+.ProseMirror .tableWrapper {
140
+ overflow-x: scroll;
141
+}
142
+
143
/* Edit prose classes to be more functional */
144
.prose-v2 {
145
line-height: 1.5 !important;
0 commit comments