From c33983801a7d1c3d82e9a57b6717c105f524e2e0 Mon Sep 17 00:00:00 2001
From: Ishmeet Singh <singhishmeet16@gmail.com>
Date: Mon, 13 May 2024 05:58:35 +0000
Subject: [PATCH] Allow Graph branch dropdown to expand to fit the width of the
 screen

---
 app/views/projects/network/_head.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/projects/network/_head.html.haml b/app/views/projects/network/_head.html.haml
index 097ffb0b7fe0b..393037313a5f7 100644
--- a/app/views/projects/network/_head.html.haml
+++ b/app/views/projects/network/_head.html.haml
@@ -1,5 +1,5 @@
 .row-content-block.second-block.content-component-block.gl-px-0.gl-py-3
-  .gl-w-20
+  .gl-w-max-content.gl-max-w-full
     #js-graph-ref-switcher{ data: { project_id: @project.id, ref: @ref, network_path: project_network_path(@project) } }
 
   .oneline
-- 
GitLab