Skip to content

Commit

Permalink
Fix padding in list (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrabian committed Sep 18, 2024
1 parent a82faaa commit ad057ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/app-api/forms/wp.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
"content": "Initiative close-out information, to be completed as appropriate during MFP Work Plan revisions",
"props": {
"style": {
"paddingTop": ".5rem"
"padding": ".5rem"
}
}
}
Expand Down

0 comments on commit ad057ac

Please sign in to comment.