Skip to content

Commit

Permalink
Merge pull request #562 from TonisOrmisson/fix-bs5-reset-view-centering
Browse files Browse the repository at this point in the history
V2: fixed reset form not centered in bs5 in some occasions
  • Loading branch information
maxxer authored Sep 18, 2024
2 parents 6cc7b0a + e15ccb4 commit 17b72ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/User/resources/views/bootstrap5/recovery/reset.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm-6 col-sm-offset-3">
<div class="col"></div>
<div class="col-xs-8 col-sm-7 col-md-6 col-lg-5 col-xl-4 ">
<div class="card">
<div class="card-header">
<h3 class="m-0"><?= Html::encode($this->title) ?></h3>
Expand All @@ -44,4 +45,5 @@
</div>
</div>
</div>
<div class="col"></div>
</div>

0 comments on commit 17b72ad

Please sign in to comment.