Skip to content

Commit

Permalink
margin-bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
ia7ck committed Mar 12, 2024
1 parent e7ab5cd commit 6529baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/abc323_f/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ export default function ABC323_F() {
min={X_MIN}
max={X_MAX}
inputMode="numeric"
className={`block w-full rounded-md border-0 mt-2 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6 ${
className={`block w-full rounded-md border-0 mt-2 mb-6 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6 ${
!startPositions.success &&
startPositions.error.issues.some(
(issue) =>
Expand Down

0 comments on commit 6529baa

Please sign in to comment.