Skip to content

Commit

Permalink
modal title padding
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Dec 4, 2023
1 parent 205b604 commit a5a5b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/organization/[orgid].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const OrganizationById = ({ user }) => {
title: (
<p>
{t("membersSection.editUser")}
<span className="text-primary">{user.name}</span>
<span className="text-primary px-1">{user.name}</span>
</p>
),
content: (
Expand Down

0 comments on commit a5a5b38

Please sign in to comment.