onchain-uikit 6.0.3 → 6.0.5
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25258,7 +25258,7 @@ const ble = (e, t) => {
|
|
|
25258
25258
|
}
|
|
25259
25259
|
f(T);
|
|
25260
25260
|
const E = n.current.querySelector(`.${d}-table-body`);
|
|
25261
|
-
E && (E.style.maxHeight = `${T}px`, E.style.minHeight = `${T}px`);
|
|
25261
|
+
E && (E.style.maxHeight = `${T - 12}px`, E.style.minHeight = `${T - 12}px`);
|
|
25262
25262
|
};
|
|
25263
25263
|
return qe(() => {
|
|
25264
25264
|
const v = () => {
|