Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix: Edit Location modal fields truncates on mobile view (calcom#12684)
Browse files Browse the repository at this point in the history
* fix calcom#12640: Edit Location modal fields truncates on mobile

* chore: fix dialog

---------

Co-authored-by: Udit Takkar <[email protected]>
Co-authored-by: Udit Takkar <[email protected]>
  • Loading branch information
3 people authored Dec 7, 2023
1 parent 518cfbc commit 9694110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/dialog/EditLocationDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export const EditLocationDialog = (props: ISetLocationDialog) => {
}}
/>
{selectedLocation && LocationOptions}
<DialogFooter className="mt-4">
<DialogFooter className="relative">
<Button
onClick={() => {
setShowLocationModal(false);
Expand Down

0 comments on commit 9694110

Please sign in to comment.