Commit b9e28b9904a423cfb27c2687d8fb004d78707772

Thomas de Grivel 2021-12-10T17:54:35

enlarge side column

diff --git a/lib/kmxgit_web/templates/repository/show.html.heex b/lib/kmxgit_web/templates/repository/show.html.heex
index 70e5ded..6627cb8 100644
--- a/lib/kmxgit_web/templates/repository/show.html.heex
+++ b/lib/kmxgit_web/templates/repository/show.html.heex
@@ -8,7 +8,7 @@
         <%= link Repository.full_slug(@repo.forked_from), to: Routes.repository_path(@conn, :show, Repository.owner_slug(@repo.forked_from), Repository.splat(@repo.forked_from)) %>
       <% end %>
     </div>
-    <div class="col col-12 col-sm-4">
+    <div class="col col-12 col-sm-5">
       <%= if Repository.owner?(@repo, @current_user) do %>
         <%= link gettext("Edit"),
             to: Routes.repository_path(@conn, :edit, Repository.owner_slug(@repo), Repository.splat(@repo)),
@@ -47,7 +47,7 @@
         </ul>
       <% end %>
     </div>
-    <div class="col col-12 col-md-4">
+    <div class="col col-12 col-md-5">
       <hr/>
       <h2><%= gettext "Properties" %></h2>
       <table class="table admin-properties">