Skip to content

Commit

Permalink
Merge pull request #284 from divio/bugfix/removes-sorted-m2m-max-height
Browse files Browse the repository at this point in the history
shows full sortedm2m list content
  • Loading branch information
lory87 committed Jan 4, 2016
2 parents 42946e9 + c4301ce commit e83f652
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CHANGELOG
* Fix sortedm2m label and link alignment on firefox
# Fix sortedm2m list width on mobile
# Align sortedm2m label if it breaks to new line
# Remove sortedm2m vertical scrollbar and show full list content

1.0.7 (2015-12-03)
------------------
Expand Down
4 changes: 3 additions & 1 deletion djangocms_admin_style/sass/components/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,9 @@ ul.messagelist + #content {
width: 100%;
}
.sortedm2m {
min-height: inherit !important;
min-height: initial !important;
// shows full list content without vertical scrollbar #284
max-height: initial !important;
padding: 10px 0 !important;
border: 0 !important;
li {
Expand Down

Large diffs are not rendered by default.

0 comments on commit e83f652

Please sign in to comment.