Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Edit Location modal fields truncates on mobile view #12684

Merged
merged 4 commits into from
Dec 7, 2023

Conversation

ujjwal2505
Copy link
Contributor

fixes #12640

Copy link

vercel bot commented Dec 5, 2023

@ujjwal2505 is attempting to deploy a commit to the cal Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions bot added the Low priority Created by Linear-GitHub Sync label Dec 5, 2023
Copy link
Contributor

github-actions bot commented Dec 5, 2023

Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link to collect XP and win prizes!

@ujjwal2505 ujjwal2505 changed the title Edit Location modal fields truncates on mobile view fix: Edit Location modal fields truncates on mobile view Dec 5, 2023
Copy link
Contributor

github-actions bot commented Dec 5, 2023

📦 Next.js Bundle Analysis for @calcom/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@@ -382,7 +382,7 @@ export const EditLocationDialog = (props: ISetLocationDialog) => {
}}
/>
{selectedLocation && LocationOptions}
<DialogFooter className="mt-4">
<DialogFooter className="relative">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ujjwal2505 this seem to be working. can you pull the changes and test it once

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested the code and it is working. We can close the issue.

@Udit-takkar Udit-takkar enabled auto-merge (squash) December 7, 2023 12:06
@Udit-takkar Udit-takkar merged commit 9694110 into calcom:main Dec 7, 2023
33 of 41 checks passed
hbjORbj pushed a commit to codemod-com/cal.com-demo that referenced this pull request Dec 21, 2023
* fix calcom#12640: Edit Location modal fields truncates on mobile

* chore: fix dialog

---------

Co-authored-by: Udit Takkar <udit222001@gmail.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
haranrk pushed a commit to haranrk/cal.com that referenced this pull request Jan 4, 2024
* fix calcom#12640: Edit Location modal fields truncates on mobile

* chore: fix dialog

---------

Co-authored-by: Udit Takkar <udit222001@gmail.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low priority Created by Linear-GitHub Sync
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Edit Location modal truncates fields/cannot scroll on mobile
2 participants