sapp-common-package-test-final 1.6.6 → 1.6.7
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/dist/index.css +2 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -702,6 +702,7 @@ button._1GA3p:hover {
|
|
702
702
|
}
|
703
703
|
|
704
704
|
._184xQ {
|
705
|
+
width: 120px;
|
705
706
|
overflow: hidden;
|
706
707
|
text-overflow: ellipsis;
|
707
708
|
white-space: nowrap
|
@@ -1038,7 +1039,7 @@ button._3-kZ6 {
|
|
1038
1039
|
}
|
1039
1040
|
|
1040
1041
|
._3S9My {
|
1041
|
-
@apply overflow-hidden text-ellipsis whitespace-nowrap;
|
1042
|
+
@apply overflow-hidden text-ellipsis whitespace-nowrap w-[120px];
|
1042
1043
|
}
|
1043
1044
|
|
1044
1045
|
._2Y9jk ._3puh0 {
|