@topconsultnpm/sdkui-react-beta 6.16.83 → 6.16.84
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,6 +713,16 @@ const StyledSummaryContainer = styled.div `
|
|
|
713
713
|
-ms-flex-pack: start;
|
|
714
714
|
box-sizing: border-box;
|
|
715
715
|
white-space: nowrap;
|
|
716
|
+
@supports (-ms-ime-align: auto) {
|
|
717
|
+
@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;
|
|
724
|
+
}
|
|
725
|
+
}
|
|
716
726
|
`;
|
|
717
727
|
const StyledCredentialContainer = styled.div ` width: '100%'; display: flex; flex-direction: ${props => getFlexDirection(props.$isMobile, props.$authMode)}; gap: 10px; `;
|
|
718
728
|
const StyledCredentialWrapper = styled.div ` width: 100%; display: flex; flex-direction: column; gap: 10px; `;
|