impaktapps-ui-builder 1.0.125-testL.2 → 1.0.125-testL.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "1.0.125-testL.2",
3
+ "version": "1.0.125-testL.4",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -123,14 +123,24 @@ export default function Card(theme){
123
123
  style: {
124
124
  color: "black",
125
125
  display: "flex",
126
- fontSize: { xs: "24px", md: "28px" },
126
+ fontSize: { xs: "24px", md: "25px" },
127
127
  fontWeight: "bold",
128
128
  background: "inherit",
129
129
  justifyContent: "flex-start",
130
130
  width: "auto",
131
131
  margin: "-8px",
132
+ marginTop: "-6px",
132
133
  position: "absolute",
133
- left: "24px"
134
+ left: "7px",
135
+ whiteSpace: "nowrap",
136
+ overflowX: "auto",
137
+ overflowY: "hidden",
138
+ scrollbarWidth: "none",
139
+ msOverflowStyle: "none",
140
+ maxWidth: "calc(100% + 20px)",
141
+ "&::-webkit-scrollbar": {
142
+ display: "none",
143
+ }
134
144
  },
135
145
  // layout: 11,
136
146
  },