@secondstaxorg/sscomp 2.0.47 → 2.0.48
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 +5 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +5 -0
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32792,6 +32792,9 @@ const Container$2 = styled.div`
|
|
|
32792
32792
|
margin-block: 0;
|
|
32793
32793
|
overflow-x: hidden;
|
|
32794
32794
|
text-overflow: ellipsis;
|
|
32795
|
+
text-wrap: nowrap;
|
|
32796
|
+
direction: rtl;
|
|
32797
|
+
text-align: left;
|
|
32795
32798
|
}
|
|
32796
32799
|
|
|
32797
32800
|
& .file-name > button{
|
|
@@ -34468,6 +34471,8 @@ const FilesList = styled.div`
|
|
|
34468
34471
|
text-overflow: ellipsis;
|
|
34469
34472
|
overflow: hidden;
|
|
34470
34473
|
text-wrap: nowrap;
|
|
34474
|
+
direction: rtl;
|
|
34475
|
+
text-align: left;
|
|
34471
34476
|
}
|
|
34472
34477
|
.file-item > button {
|
|
34473
34478
|
text-wrap: nowrap;
|