@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.
- package/css/dropzone.css +2 -6
- package/package.json +1 -1
package/css/dropzone.css
CHANGED
|
@@ -96,15 +96,11 @@
|
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
&__file-name {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
@apply line-clamp-1;
|
|
99
|
+
@apply truncate;
|
|
102
100
|
}
|
|
103
101
|
|
|
104
102
|
&__file-name-link {
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
@apply line-clamp-1;
|
|
103
|
+
@apply truncate;
|
|
108
104
|
|
|
109
105
|
&:hover {
|
|
110
106
|
text-decoration: underline;
|