@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.es.js
CHANGED
|
@@ -5378,6 +5378,11 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
5378
5378
|
overflow-x: hidden;
|
|
5379
5379
|
text-overflow: ellipsis;
|
|
5380
5380
|
}
|
|
5381
|
+
|
|
5382
|
+
& .file-name > button{
|
|
5383
|
+
text-wrap: nowrap;
|
|
5384
|
+
}
|
|
5385
|
+
|
|
5381
5386
|
.consolidated {
|
|
5382
5387
|
justify-content: space-between;
|
|
5383
5388
|
button {
|
|
@@ -5949,6 +5954,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
5949
5954
|
width: 100%;
|
|
5950
5955
|
text-overflow: ellipsis;
|
|
5951
5956
|
overflow: hidden;
|
|
5957
|
+
text-wrap: nowrap;
|
|
5952
5958
|
}
|
|
5953
5959
|
.file-item > button {
|
|
5954
5960
|
text-wrap: nowrap;
|