diff --git a/js/id/ui/restore.js b/js/id/ui/restore.js index 72ffa76d8..a7554c88d 100644 --- a/js/id/ui/restore.js +++ b/js/id/ui/restore.js @@ -6,7 +6,7 @@ iD.ui.Restore = function(context) { var modal = iD.ui.modal(selection); modal.select('.modal') - .attr('class', 'modal-splash modal'); + .attr('class', 'modal-splash modal fillL'); var introModal = modal.select('.content');