Position the buttons in the center on user preferences page (#13802)

* [WebUI] Position the buttons in the center

* Update preferences.blade.php

* Position the buttons in the center on user preferences page

* Position the buttons in the center on user preferences page

* Aligning with the form

* It is not necessary
This commit is contained in:
Santiago Z
2022-03-18 00:58:01 -03:00
committed by GitHub
parent a8025240d3
commit 9a71f6d02e
+2 -2
View File
@@ -46,7 +46,7 @@
</div>
</div>
<div class="form-group">
<div class="col-sm-4 col-sm-offset-3">
<div class="col-sm-4 col-sm-offset-4">
<button type="submit" class="btn btn-default">{{ __('Change Password') }}</button>
</div>
</div>
@@ -160,7 +160,7 @@
</div>
</div>
<div class="form-group">
<div class="col-sm-4 col-sm-offset-3">
<div class="col-sm-4 col-sm-offset-4">
<button class="btn btn-default" type="submit" id="twofactor-generate">{{ __('Generate TwoFactor Secret Key') }}</button>
</div>
</div>