Skip to content

Commit

Permalink
Merge pull request #1258 from carlfeberhard/release_15.10
Browse files Browse the repository at this point in the history
[15.10] Fix list collection creator being cutoff by restoring height: 100%
  • Loading branch information
jmchilton committed Dec 8, 2015
2 parents 7d4eac1 + 41a56ea commit 94b0499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ var collectionCreatorModal = function _collectionCreatorModal( elements, options
title : options.title || _l( 'Create a collection' ),
body : creator.$el,
width : '80%',
height : 'min-content',
height : '100%',
closing_events: true
});
creator.render();
Expand Down

0 comments on commit 94b0499

Please sign in to comment.