Skip to content

Commit

Permalink
add padding in between fields (#11948)
Browse files Browse the repository at this point in the history
  • Loading branch information
britt-mo authored Dec 3, 2024
1 parent 6da73bd commit f7ce769
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/ui-src/src/components/fields/DynamicField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ const sx = {
".ds-u-clearfix": {
width: "100%",
},
"&:not(:first-of-type)": {
paddingTop: "2rem",
},
},
textField: {
width: "100%",
Expand Down

0 comments on commit f7ce769

Please sign in to comment.