formanitor 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/styles/index.css +35 -2
package/dist/index.mjs
CHANGED
|
@@ -2228,7 +2228,10 @@ function buildRichTextExtensions(placeholder, tables) {
|
|
|
2228
2228
|
return [
|
|
2229
2229
|
...base,
|
|
2230
2230
|
Table.configure({
|
|
2231
|
-
resizable:
|
|
2231
|
+
resizable: true,
|
|
2232
|
+
/** Wider hit zone along column borders (default 5px). */
|
|
2233
|
+
handleWidth: 8,
|
|
2234
|
+
cellMinWidth: 50
|
|
2232
2235
|
}),
|
|
2233
2236
|
TableRow,
|
|
2234
2237
|
TableHeader,
|