Skip to content

Commit

Permalink
Fix list collection creator being cutoff by restoring height: 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
carlfeberhard committed Dec 7, 2015
1 parent 7d4eac1 commit 41a56ea
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 41a56ea

Please sign in to comment.