@uxf/ui 11.48.2 → 11.48.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.
Files changed (2) hide show
  1. package/css/dropzone.css +2 -6
  2. package/package.json +1 -1
package/css/dropzone.css CHANGED
@@ -96,15 +96,11 @@
96
96
  }
97
97
 
98
98
  &__file-name {
99
- white-space: pre-wrap;
100
-
101
- @apply line-clamp-1;
99
+ @apply truncate;
102
100
  }
103
101
 
104
102
  &__file-name-link {
105
- white-space: pre-wrap;
106
-
107
- @apply line-clamp-1;
103
+ @apply truncate;
108
104
 
109
105
  &:hover {
110
106
  text-decoration: underline;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/ui",
3
- "version": "11.48.2",
3
+ "version": "11.48.3",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"