Skip to content

Commit

Permalink
Django 1.10: Fix object-tools min height if no items
Browse files Browse the repository at this point in the history
  • Loading branch information
darklow committed Oct 8, 2016
1 parent c64e445 commit 55aa22e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions suit/sass/pages/_changelist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ body.change-list {
.object-tools {
float: right;
margin-bottom: 1.5rem;
min-height: 2rem;
}
}
.hiddenfields { display: none; }
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 55aa22e

Please sign in to comment.