@topconsultnpm/sdkui-react-beta 6.16.83 → 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,6 +713,12 @@ const StyledSummaryContainer = styled.div `
|
|
|
713
713
|
-ms-flex-pack: start;
|
|
714
714
|
box-sizing: border-box;
|
|
715
715
|
white-space: nowrap;
|
|
716
|
+
|
|
717
|
+
@supports (-ms-ime-align: auto) {
|
|
718
|
+
@media screen and (min-width: 1024px) {
|
|
719
|
+
top: 120px !important;
|
|
720
|
+
}
|
|
721
|
+
}
|
|
716
722
|
`;
|
|
717
723
|
const StyledCredentialContainer = styled.div ` width: '100%'; display: flex; flex-direction: ${props => getFlexDirection(props.$isMobile, props.$authMode)}; gap: 10px; `;
|
|
718
724
|
const StyledCredentialWrapper = styled.div ` width: 100%; display: flex; flex-direction: column; gap: 10px; `;
|