Skip to content

Commit

Permalink
fix(advanced-settings-panel): adjust spacing and indenting to be unif…
Browse files Browse the repository at this point in the history
…orm with surrounding elements
  • Loading branch information
josh-willis-arcadis committed Dec 5, 2024
1 parent 7e5e75c commit fe2c134
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lib/components/form/advanced-settings-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,14 @@ const DtSelectorContainer = styled.div`
`

const MobilityProfileContainer = styled.div`
margin-bottom: 12px;
`

const UnderlinedLink = styled(Link)`
text-decoration: underline;
margin: 60px 0 60px 5px;
`

const MobilityProfileDropdown = styled(DropdownSelector)`
margin: 20px 0px;
label {
padding-left: 0;
}
`

const AdvancedSettingsPanel = ({
Expand Down

0 comments on commit fe2c134

Please sign in to comment.