@ctlyst.id/internal-ui 3.3.10 → 3.3.11
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1285,7 +1285,7 @@ var getCommonPinningStyles = (column) => {
|
|
1285
1285
|
zIndex: isPinned ? 1 : 0,
|
1286
1286
|
backgroundColor: "white",
|
1287
1287
|
...isLastLeftPinnedColumn ? {
|
1288
|
-
padding:
|
1288
|
+
padding: "16px 8px 0px 8px",
|
1289
1289
|
"&:after": {
|
1290
1290
|
content: "''",
|
1291
1291
|
position: "absolute",
|
@@ -1298,7 +1298,7 @@ var getCommonPinningStyles = (column) => {
|
|
1298
1298
|
}
|
1299
1299
|
} : {},
|
1300
1300
|
...isFirstRightPinnedColumn ? {
|
1301
|
-
padding: "
|
1301
|
+
padding: "16px 8px 0px 8px",
|
1302
1302
|
"&:after": {
|
1303
1303
|
content: "''",
|
1304
1304
|
position: "absolute",
|