Skip to content

Commit

Permalink
fix the resource update width (#8757)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored Oct 12, 2024
1 parent cad0b65 commit e1cb7f5
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 e1cb7f5

Please sign in to comment.