Fix alignment of Close and Maximize button of Grant Wizard. Fixes #3906

This commit is contained in:
Akshay Joshi
2019-02-13 13:13:07 +05:30
parent 0aa93ac3ba
commit 10ee75bb1f
4 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ define([
' <button class="ajs-close wizard-cancel-event pull-right"' +
' title="' + gettext('Close') + '"></button>' +
' <% if (this.options.show_header_maximize_btn) { %>' +
' <button class="ajs-maximize wizard-maximize-event pull-right"' +
' <button class="ajs-maximize wizard-maximize-event mr-1 pull-right"' +
' title="' + gettext('Maximize') + '"></button>' +
' <% } %>' +
' </div>' +