@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.js
CHANGED
|
@@ -69025,7 +69025,7 @@ var MarkdownEditor = ({
|
|
|
69025
69025
|
"div",
|
|
69026
69026
|
{
|
|
69027
69027
|
className: clsx(
|
|
69028
|
-
"flex items-center gap-2",
|
|
69028
|
+
"flex flex-wrap items-center gap-2",
|
|
69029
69029
|
"md-buttons"
|
|
69030
69030
|
),
|
|
69031
69031
|
children: [
|