Fixed Bug 69668:Settings:Branding. Part of the custom logo is hidden behind a QR code when activating 2FA for the first time

This commit is contained in:
Vlada Gazizova 2024-08-15 13:32:28 +03:00
parent 9d22b299e2
commit b45c92b209

View File

@ -97,6 +97,12 @@ const StyledForm = styled(Box)`
.set-app-description {
width: 100%;
max-width: 500px;
.portal-logo {
margin: 0 auto;
max-width: 386px;
height: 44px;
}
}
.set-app-title {