The media library button in ckeditor pops up with the .ui-dialog--narrow class. Classy sets this to 500px, which is too small for the view.
Make it larger with this snippet from the Seven theme:
.ui-dialog--narrow.media-library-widget-modal {
max-width: 75%;
}
Topics