Skip to content

Commit

Permalink
fixed: added responsiveness to button for better visualization (#845)
Browse files Browse the repository at this point in the history
* fit-content

* Updated package-lock.json

* added-responsive-button

* proper align

* Remove package-lock.json changes
  • Loading branch information
souvikjs01 authored Oct 19, 2024
1 parent 6bd05aa commit 7154ae3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/settings/people.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ export default function Billing() {
</div>
</div>
<div>
<div className="flex items-center justify-between rounded-lg border border-border bg-secondary p-10">
<div className="flex flex-col space-y-3">
<div className="flex items-center justify-between rounded-lg border border-border bg-secondary p-4 sm:p-10 gap-x-1">
<div className="flex flex-col space-y-1 sm:space-y-3">
<h2 className="text-xl font-medium">People</h2>
<p className="text-sm text-secondary-foreground">
Teammates that have access to this project.
Expand All @@ -237,7 +237,7 @@ export default function Billing() {
clickedPlan={"Pro"}
trigger={"invite_team_members"}
>
<Button>Upgrade to invite members</Button>
<Button className="text-xs sm:text-sm whitespace-nowrap px-1 sm:px-4">Upgrade to invite members</Button>
</UpgradePlanModal>
)}
</div>
Expand Down

0 comments on commit 7154ae3

Please sign in to comment.