@ctlyst.id/internal-ui 3.3.10 → 3.3.12
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.mjs
CHANGED
@@ -944,7 +944,7 @@ var getCommonPinningStyles = (column) => {
|
|
944
944
|
zIndex: isPinned ? 1 : 0,
|
945
945
|
backgroundColor: "white",
|
946
946
|
...isLastLeftPinnedColumn ? {
|
947
|
-
padding:
|
947
|
+
padding: "16px 8px 16px 8px",
|
948
948
|
"&:after": {
|
949
949
|
content: "''",
|
950
950
|
position: "absolute",
|
@@ -957,7 +957,7 @@ var getCommonPinningStyles = (column) => {
|
|
957
957
|
}
|
958
958
|
} : {},
|
959
959
|
...isFirstRightPinnedColumn ? {
|
960
|
-
padding: "
|
960
|
+
padding: "16px 8px 16px 8px",
|
961
961
|
"&:after": {
|
962
962
|
content: "''",
|
963
963
|
position: "absolute",
|