fix overflow in commit dialog.

This commit is contained in:
Saman Bemel-Benrud
2013-01-30 11:27:03 -05:00
parent 17007b0661
commit ec4f4266ad
2 changed files with 2 additions and 10 deletions
+1
View File
@@ -86,6 +86,7 @@ iD.ui.commit = function(map) {
.on('click.cancel', function() {
event.cancel();
});
cancelbutton.append('span').attr('class','icon close icon-pre-text');
cancelbutton.append('span').attr('class','label').text('Cancel');
var warnings = body.selectAll('div.warning-section')