rds-ui-system 2.0.18 → 2.0.19
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/rds-ui-system.es.js +1 -1
- package/dist/rds-ui-system.umd.js +1 -1
- package/dist/style.css +3 -0
- package/package.json +1 -1
package/dist/rds-ui-system.es.js
CHANGED
|
@@ -3549,7 +3549,7 @@ const ne = {
|
|
|
3549
3549
|
/* @__PURE__ */ e.jsx('div', {
|
|
3550
3550
|
className: 'overflow-hidden',
|
|
3551
3551
|
children: /* @__PURE__ */ e.jsx('div', {
|
|
3552
|
-
className: 'w-full my-2 text-base text-left text-black dropdown-header',
|
|
3552
|
+
className: 'w-full my-2 text-base text-left text-black dropdown-header h-[1.6em]',
|
|
3553
3553
|
children: o || h,
|
|
3554
3554
|
}),
|
|
3555
3555
|
}),
|
|
@@ -3463,7 +3463,7 @@ Check the top-level render call using <` +
|
|
|
3463
3463
|
e.jsx('div', {
|
|
3464
3464
|
className: 'overflow-hidden',
|
|
3465
3465
|
children: e.jsx('div', {
|
|
3466
|
-
className: 'w-full my-2 text-base text-left text-black dropdown-header',
|
|
3466
|
+
className: 'w-full my-2 text-base text-left text-black dropdown-header h-[1.6em]',
|
|
3467
3467
|
children: d || o,
|
|
3468
3468
|
}),
|
|
3469
3469
|
}),
|
package/dist/style.css
CHANGED