Skip to content

Commit

Permalink
Change launchers column width to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
euler-room committed Nov 14, 2024
1 parent 22a4933 commit 42a74ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dashboard/app/views/projects/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>

<div class="row mb-3">
<div class="col-md-3">
<div class="col-md-2">
<div class="list-group">
<a class="list-group-item list-group-item-action bg-light font-weight-bold list-toggler"
data-bs-toggle="collapse" data-bs-target="#launcher_list"
Expand Down Expand Up @@ -60,7 +60,7 @@
</div>
</div>

<div class="col-md-7">
<div class="col-md-8">
<div class="row">
<h2 class="d-flex justify-content-center">Active Jobs</h2>
<%= render(partial: 'job_details', collection: @project.active_jobs, as: :job) %>
Expand Down

0 comments on commit 42a74ed

Please sign in to comment.