mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix alignment of Close and Maximize button of Grant Wizard. Fixes #3906
This commit is contained in:
@@ -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>' +
|
||||
|
||||
Reference in New Issue
Block a user