Skip to content

Commit

Permalink
Fixes bootbox height
Browse files Browse the repository at this point in the history
  • Loading branch information
roadster31 committed Jan 10, 2016
1 parent d75e4db commit 88f0df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/frontOffice/default/order-invoice.html
Expand Up @@ -389,7 +389,7 @@ <h3 class="name">
bootbox.hideAll();
// Show dialog
bootbox.dialog({
message : $("#content-main",data),
message : '<div class="clearfix">'+$("#content-main",data).html()+'</div>',
onEscape: function() {
bootbox.hideAll();
}
Expand Down

0 comments on commit 88f0df2

Please sign in to comment.