impaktapps-ui-builder 0.0.101-alpha.225 → 0.0.101-alpha.227

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": "0.0.101-alpha.225",
3
+ "version": "0.0.101-alpha.227",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -148,7 +148,7 @@ export default function Card(theme){
148
148
  textWrap: "wrap",
149
149
  background: "inherit",
150
150
  width: "calc(100%+8px)",
151
- margin: "-8px",
151
+ margin: "-16px",
152
152
  marginTop: {xs: "0px", md: "12px"},
153
153
  lineHeight: "1",
154
154
  },