Fixed Bug 69669:Settings:Branding. A custom logo will be stretched when inviting a user to the portal.

This commit is contained in:
Vlada Gazizova 2024-08-15 12:56:28 +03:00
parent 1b250eaac0
commit 6678fbd711

View File

@ -65,15 +65,13 @@ export const GreetingContainer = styled.div`
.portal-logo {
width: 100%;
max-width: 386px;
height: 44px;
margin: 0 auto;
padding-bottom: 16px;
height: 26.56px;
display: flex;
align-items: center;
justify-content: center;
.injected-svg {
height: 26.56px;
}
}
`;