@secondstaxorg/sscomp 2.0.43 → 2.0.44

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
@@ -23734,8 +23734,7 @@ const RequestForm = (props) => {
23734
23734
  };
23735
23735
 
23736
23736
  const RibbonGroup = styled.div`
23737
- display: grid;
23738
- grid-template-columns: min-content 1fr;
23737
+ display: flex;
23739
23738
  gap: 16px;
23740
23739
  align-items: center;
23741
23740
  a.logo-link{
@@ -23743,7 +23742,6 @@ const RibbonGroup = styled.div`
23743
23742
  }
23744
23743
  img{
23745
23744
  width: 50px;
23746
-
23747
23745
  }
23748
23746
  `;
23749
23747