Commit e7451d86 authored by Yogi's avatar Yogi Committed by Enrique Alcántara

Add margin and remove the padding on the project graph page

parent b44fe05c
- breadcrumb_title _("Graph") - breadcrumb_title _("Graph")
- page_title _("Graph"), @ref - page_title _("Graph"), @ref
= render "head" = render "head"
%div{ class: container_class } .gl-mt-5
.project-network.gl-border-1.gl-border-solid.gl-border-gray-300 .project-network.gl-border-1.gl-border-solid.gl-border-gray-300
.controls.gl-bg-gray-50.gl-p-2.gl-font-base.gl-text-gray-400.gl-border-b-1.gl-border-b-solid.gl-border-b-gray-300 .controls.gl-bg-gray-50.gl-p-2.gl-font-base.gl-text-gray-400.gl-border-b-1.gl-border-b-solid.gl-border-b-gray-300
= form_tag project_network_path(@project, @id), method: :get, class: 'form-inline network-form' do |f| = form_tag project_network_path(@project, @id), method: :get, class: 'form-inline network-form' do |f|
......
---
title: Add margin and remove padding in project graph page
merge_request: 53557
author: Yogi (@yo)
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment