@secondstaxorg/sscomp 1.9.84 → 1.9.86
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.es.js +6 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +6 -0
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.min.js
CHANGED
|
@@ -5379,6 +5379,11 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
5379
5379
|
overflow-x: hidden;
|
|
5380
5380
|
text-overflow: ellipsis;
|
|
5381
5381
|
}
|
|
5382
|
+
|
|
5383
|
+
& .file-name > button{
|
|
5384
|
+
text-wrap: nowrap;
|
|
5385
|
+
}
|
|
5386
|
+
|
|
5382
5387
|
.consolidated {
|
|
5383
5388
|
justify-content: space-between;
|
|
5384
5389
|
button {
|
|
@@ -5950,6 +5955,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
5950
5955
|
width: 100%;
|
|
5951
5956
|
text-overflow: ellipsis;
|
|
5952
5957
|
overflow: hidden;
|
|
5958
|
+
text-wrap: nowrap;
|
|
5953
5959
|
}
|
|
5954
5960
|
.file-item > button {
|
|
5955
5961
|
text-wrap: nowrap;
|