Skip to content

Commit

Permalink
fix: issue with form fieldBox width
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinit Kumar committed Mar 19, 2024
1 parent 513228c commit d4b58ae
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions djangocms_admin_style/sass/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ form {
margin-right: 0;
div.fieldBox {
display: block;
// width is all f**ked up now. This should tidy some part up.
width: 100%;
//margin-right: 0;
}
& > div:has(> div.hidden) {
Expand All @@ -33,8 +35,8 @@ form {
width: 50%;
box-sizing: border-box;
margin: 0 !important;
padding-left: 10px;
padding-top: 0;
padding-right: 10px;
padding-left: 0;
}
}
}
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 d4b58ae

Please sign in to comment.