@secondstaxorg/sscomp 1.7.98 → 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.js CHANGED
@@ -22589,10 +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;
22594
22595
  display: flex;
22595
22596
  flex-grow: 1;
22597
+ flex-direction: column;
22596
22598
  `;
22597
22599
 
22598
22600
  const ModalTitleArea = styled.div`