@secondstaxorg/sscomp 1.7.97 → 1.7.98
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 +1 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22591,6 +22591,7 @@ const Button = styled.button`
|
|
|
22591
22591
|
const ModalContent = styled.div`
|
|
22592
22592
|
padding: 32px;
|
|
22593
22593
|
overflow-y: auto;
|
|
22594
|
+
display: flex;
|
|
22594
22595
|
flex-grow: 1;
|
|
22595
22596
|
`;
|
|
22596
22597
|
|