@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.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