Skip to content

Commit

Permalink
Fix fieldset float on Django 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
darklow committed Jan 6, 2017
1 parent f2d5d7b commit 24646e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion suit/sass/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fieldset {
@extend .text-muted;
}
// Clear float
h2 + .description + * {
h2 + .description + *, .inline-related {
clear: both;
}
.form-row:not(.form-group):not(tr) {
Expand Down
2 changes: 1 addition & 1 deletion suit/static/suit/css/suit.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24646e5

Please sign in to comment.