fix: Updating styles for invite modal to fix UI issue (#40144)
## Description Updating styles for invite modal to fix UI issue Fixes [#40142](https://github.com/appsmithorg/appsmith/issues/40142) ## Automation /ok-to-test tags="@tag.Settings" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/14314943197> > Commit: a459f4162ddbbc2f30966f94751e3e975a5db8ef > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=14314943197&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Settings` > Spec: > <hr>Mon, 07 Apr 2025 17:19:46 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Style** - Updated the alignment in the invite users form for a more balanced visual layout. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
parent
6c1333ffa8
commit
5b2bdab7ed
|
|
@ -83,7 +83,7 @@ export const ErrorBox = styled.div<{ message?: boolean }>`
|
|||
|
||||
export const StyledInviteFieldGroup = styled.div`
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
gap: 0.8rem;
|
||||
`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user