@steedos/service-plugin-amis 2.5.14-beta.2 → 2.5.14-beta.3

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": "@steedos/service-plugin-amis",
3
- "version": "2.5.14-beta.2",
3
+ "version": "2.5.14-beta.3",
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": "2b1d2e94b7864718115349cebea39226c281d6c5",
16
+ "gitHead": "3b04723605707a1357752f6ad6b3eca33e179be0",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -230,6 +230,10 @@
230
230
  overflow-y: auto
231
231
  }
232
232
 
233
+ .whitespace-nowrap {
234
+ white-space: nowrap
235
+ }
236
+
233
237
  .rounded {
234
238
  border-radius: 0.25rem
235
239
  }