@julseb-lib/react 1.0.1 → 1.0.2
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -69187,7 +69187,7 @@ var MarkdownEditor = ({
|
|
|
69187
69187
|
"div",
|
|
69188
69188
|
{
|
|
69189
69189
|
className: clsx(
|
|
69190
|
-
"flex items-center gap-2",
|
|
69190
|
+
"flex flex-wrap items-center gap-2",
|
|
69191
69191
|
"md-buttons"
|
|
69192
69192
|
),
|
|
69193
69193
|
children: [
|