Skip to content

Commit

Permalink
fix the resource update width
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Oct 10, 2024
1 parent ca2c92a commit 91c5081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Resource/ResourceDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export default function ResourceDetails(props: { id: string }) {
<div className="text-xl font-semibold">{data.title || "--"}</div>
<ButtonV2
data-testid="update-status"
className="mt-4 w-full sm:mt-2"
className="mt-4 sm:mt-2"
href={`/resource/${data.id}/update`}
>
Update Status/Details
Expand Down

0 comments on commit 91c5081

Please sign in to comment.