@secondstaxorg/sscomp 1.7.97 → 1.7.99
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 +3 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +3 -0
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22589,9 +22589,12 @@ const Button = styled.button`
|
|
|
22589
22589
|
`;
|
|
22590
22590
|
|
|
22591
22591
|
const ModalContent = styled.div`
|
|
22592
|
+
width: 100%;
|
|
22592
22593
|
padding: 32px;
|
|
22593
22594
|
overflow-y: auto;
|
|
22595
|
+
display: flex;
|
|
22594
22596
|
flex-grow: 1;
|
|
22597
|
+
flex-direction: column;
|
|
22595
22598
|
`;
|
|
22596
22599
|
|
|
22597
22600
|
const ModalTitleArea = styled.div`
|