Skip to content

Commit

Permalink
fix: form field padding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinit Kumar committed Mar 5, 2024
1 parent 969aebb commit 10fff15
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djangocms_admin_style/sass/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ form {

&:not(:first-child) {
border-top: none;
// padding-right: 2vw;
padding-right: 2vw;
}
}
}
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 10fff15

Please sign in to comment.