Skip to content

Commit

Permalink
Add padding to modal form fields container
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
  • Loading branch information
sampoyigi committed Jun 8, 2022
1 parent 16f24e0 commit bc9ceb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/admin/assets/src/scss/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
margin-top: 0;
}
}
.modal .form-fields > * {
padding-left: 0;
padding-right: 0;
}
.form-fields {
--bs-gutter-x: 1.45rem;
--bs-gutter-y: 0;
Expand Down

0 comments on commit bc9ceb1

Please sign in to comment.