Skip to content

Commit

Permalink
fix col size
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Dec 28, 2024
1 parent 13a4bb2 commit a09c5b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/logs/logs.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h4><i class="bi bi-check-circle m-2"></i></h4>&nbsp;&nbsp;
</div>

<div class="row g-5 p-2">
<div class="col-md-12 col-lg-10">
<div class="col-md-12 col-lg-12">
<h4 class="mb-3">Set the daemon log level</h4>

<div class="col-md-4">
Expand Down Expand Up @@ -88,7 +88,7 @@ <h4><i class="bi bi-check-circle m-2"></i></h4>&nbsp;&nbsp;
</div>

<div class="row g-5 p-2">
<div class="col-md-12 col-lg-10">
<div class="col-md-12 col-lg-12">
<h4 class="mb-3">Set the daemon log categories</h4>
<div class="row gy-3">

Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/components/load/load.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div *ngIf="show" class="row g-5 m-2">
<div class="col-md-7 col-lg-10 flex-fill">
<div class="col-md-7 col-lg-12 flex-fill">
<div class="d-flex justify-content-center m-5">
<div class="spinner-border" style="width: 3rem; height: 3rem;" role="status">
<span class="sr-only"></span>
Expand Down

0 comments on commit a09c5b4

Please sign in to comment.