@zat-design/sisyphus-react 4.1.2-beta.4 → 4.1.2-beta.6

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.
@@ -84,7 +84,7 @@
84
84
  }
85
85
 
86
86
  .file-name {
87
- display: box;
87
+ display: flex;
88
88
  overflow: hidden;
89
89
  word-break: break-all;
90
90
  line-clamp: 1;
@@ -362,7 +362,7 @@
362
362
  position: absolute;
363
363
  }
364
364
  .file-name {
365
- display: box;
365
+ display: flex;
366
366
  padding-left: var(--zaui-space-size-lg, 32px);
367
367
  overflow: hidden;
368
368
  line-clamp: 1;
@@ -429,7 +429,7 @@
429
429
  position: absolute;
430
430
  }
431
431
  .file-name {
432
- display: box;
432
+ display: flex;
433
433
  padding-left: var(--zaui-space-size-sm, 8px);
434
434
  overflow: hidden;
435
435
  line-clamp: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "4.1.2-beta.4",
3
+ "version": "4.1.2-beta.6",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",