Skip to content

Commit

Permalink
Properly align the content items in the center (OrchardCMS#14807)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored and urbanit committed Mar 18, 2024
1 parent 1a422f6 commit 0ea883f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

<div class="row">
<div class="col-lg col-12 title d-flex">
<div class="col-lg col-12 title d-flex align-items-center">
<div class="selectors-container d-flex">
@if (Model.Selectors != null)
{
Expand Down

0 comments on commit 0ea883f

Please sign in to comment.