@steedos/service-plugin-amis 2.7.1-beta.16 → 2.7.1-beta.18

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.
@@ -88,7 +88,7 @@ const getRecordPageInitSchema = async function (objectApiName, userSession) {
88
88
  }
89
89
  const content = {
90
90
  "type": "tabs",
91
- "className": "steedos-record-tabs bg-white p-4 m-2 border rounded",
91
+ "className": "steedos-record-tabs bg-white p-4 sm:m-2 sm:border sm:rounded",
92
92
  "tabs": [
93
93
  detailed
94
94
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.7.1-beta.16",
3
+ "version": "2.7.1-beta.18",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "yarn build:tailwind-base && yarn build:tailwind",
@@ -13,7 +13,7 @@
13
13
  "publishConfig": {
14
14
  "access": "public"
15
15
  },
16
- "gitHead": "ab56517f48e72f56687af564a3c93f4f29d02e1f",
16
+ "gitHead": "c2fa4bb0bf8837b4099f7dbb3f9319f0e1a35311",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -103,10 +103,6 @@
103
103
  margin: auto
104
104
  }
105
105
 
106
- .m-2 {
107
- margin: 0.5rem
108
- }
109
-
110
106
  .mx-4 {
111
107
  margin-left: 1rem;
112
108
  margin-right: 1rem
@@ -518,6 +514,10 @@
518
514
  }
519
515
 
520
516
  @media (min-width: 640px) {
517
+ .sm\:m-2 {
518
+ margin: 0.5rem
519
+ }
520
+
521
521
  .sm\:rounded-lg {
522
522
  border-radius: 0.5rem
523
523
  }