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.cjs
CHANGED
|
@@ -2263,7 +2263,10 @@ function buildRichTextExtensions(placeholder, tables) {
|
|
|
2263
2263
|
return [
|
|
2264
2264
|
...base,
|
|
2265
2265
|
extensionTable.Table.configure({
|
|
2266
|
-
resizable:
|
|
2266
|
+
resizable: true,
|
|
2267
|
+
/** Wider hit zone along column borders (default 5px). */
|
|
2268
|
+
handleWidth: 8,
|
|
2269
|
+
cellMinWidth: 50
|
|
2267
2270
|
}),
|
|
2268
2271
|
extensionTable.TableRow,
|
|
2269
2272
|
extensionTable.TableHeader,
|