Skip to content

Commit

Permalink
Update [id].tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Jun 15, 2024
1 parent 20a1399 commit 19bd684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/pages/validation/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const Page = ({ router }: WithRouterProps) => {
</button>
</div>
) : (
<div className="w-full px-1.5 sm:px-2">
<div className="w-full px-0 sm:px-0">
{/* Property Validation Title and Switcher Buttons */}
<div className="flex flex-row w-full items-center justify-between mb-4 sm:mb-6">
<div className="hidden sm:flex items-center text-xl sm:text-2xl w-auto">
Expand Down

0 comments on commit 19bd684

Please sign in to comment.