Client: PortalSettings: integration: fix align

This commit is contained in:
Viktor Fomin 2023-09-21 12:03:24 +03:00
parent f834539c1e
commit 343dfaa20d

View File

@ -68,6 +68,7 @@ const RootContainer = styled(Box)`
.business-plan {
display: flex;
gap: 8px;
align-items: center;
margin-bottom: 16px;
}
`;