@topconsultnpm/sdkui-react-beta 6.16.84 → 6.16.85

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.
@@ -713,14 +713,10 @@ const StyledSummaryContainer = styled.div `
713
713
  -ms-flex-pack: start;
714
714
  box-sizing: border-box;
715
715
  white-space: nowrap;
716
+
716
717
  @supports (-ms-ime-align: auto) {
717
718
  @media screen and (min-width: 1024px) {
718
- position: relative !important;
719
- top: auto !important;
720
- left: auto !important;
721
- transform: none !important;
722
- margin: 0 auto 20px auto;
723
- justify-content: center;
719
+ top: 120px !important;
724
720
  }
725
721
  }
726
722
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.16.84",
3
+ "version": "6.16.85",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",