@secondstaxorg/sscomp 1.7.37 → 1.7.38

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
@@ -101,6 +101,7 @@ const ButtonComp = styled.button`
101
101
  justify-content: center;
102
102
  align-items: center;
103
103
  gap: 10px;
104
+ text-wrap: nowrap;
104
105
  //text-transform: capitalize;
105
106
  &:disabled{
106
107
  cursor: not-allowed;