@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.js
CHANGED
|
@@ -31672,6 +31672,11 @@ const Container$1 = styled.div`
|
|
|
31672
31672
|
overflow-x: hidden;
|
|
31673
31673
|
text-overflow: ellipsis;
|
|
31674
31674
|
}
|
|
31675
|
+
|
|
31676
|
+
& .file-name > button{
|
|
31677
|
+
text-wrap: nowrap;
|
|
31678
|
+
}
|
|
31679
|
+
|
|
31675
31680
|
.consolidated {
|
|
31676
31681
|
justify-content: space-between;
|
|
31677
31682
|
button {
|
|
@@ -33316,6 +33321,7 @@ const FilesList = styled.div`
|
|
|
33316
33321
|
width: 100%;
|
|
33317
33322
|
text-overflow: ellipsis;
|
|
33318
33323
|
overflow: hidden;
|
|
33324
|
+
text-wrap: nowrap;
|
|
33319
33325
|
}
|
|
33320
33326
|
.file-item > button {
|
|
33321
33327
|
text-wrap: nowrap;
|